pub type DynBrowserProfileRepository = Arc<dyn BrowserProfileRepository + Send + Sync>;
Browser profile repository type alias.
struct DynBrowserProfileRepository { /* private fields */ }