darkwing::database::browser_profile

Type Alias DynProxyRepository

source
pub type DynProxyRepository = Arc<dyn ProxyRepository + Send + Sync>;
Expand description

Proxy repository type alias.

Aliased Typeยง

struct DynProxyRepository { /* private fields */ }