darkwing::database::browser_profile::repository

Type Alias DynBrowserProfileRepository

source
pub type DynBrowserProfileRepository = Arc<dyn BrowserProfileRepository + Send + Sync>;
Expand description

Browser profile repository type alias.

Aliased Typeยง

struct DynBrowserProfileRepository { /* private fields */ }