darkwing::server::services::browser_profile_services

Type Alias DynBrowserProfileService

source
pub type DynBrowserProfileService = Arc<dyn BrowserProfileServiceTrait + Send + Sync>;
Expand description

A reference counter for our browser_profile service allows us safely pass instances user utils around which themselves depend on the browser_profile_access repostiory, and ultimately, our Mysql connection pool.

Aliased Typeยง

struct DynBrowserProfileService { /* private fields */ }