pub type DynAuthProvider = Arc<dyn AuthProvider>;Expand description
A type-erased, cheaply cloneable auth provider.
Aliased Typeยง
pub struct DynAuthProvider { /* private fields */ }pub type DynAuthProvider = Arc<dyn AuthProvider>;A type-erased, cheaply cloneable auth provider.
pub struct DynAuthProvider { /* private fields */ }