pub type AuthPluginBox = Box<dyn AuthenticationPlugin>;Expand description
Factory alias — avoids Box<dyn ...> boilerplate at call sites.
Aliased Type§
pub struct AuthPluginBox(/* private fields */);pub type AuthPluginBox = Box<dyn AuthenticationPlugin>;Factory alias — avoids Box<dyn ...> boilerplate at call sites.
pub struct AuthPluginBox(/* private fields */);