pub type WebContextStore = Arc<Mutex<HashMap<Option<PathBuf>, WebContext>>>;
struct WebContextStore { /* private fields */ }