pub type DynBrowserProfileAccessRepository = Arc<dyn BrowserProfileAccessRepository + Send + Sync>;Expand description
A thread-safe reference-counted pointer to a
BrowserProfileAccessRepository implementation.
This type alias is used to manage shared access to the repository across multiple threads while maintaining proper reference counting for the connection pool.
Aliased Typeยง
struct DynBrowserProfileAccessRepository { /* private fields */ }