Skip to main content

AuthPluginBox

Type Alias AuthPluginBox 

Source
pub type AuthPluginBox = Box<dyn AuthenticationPlugin>;
Expand description

Factory alias — avoids Box<dyn ...> boilerplate at call sites.

Aliased Type§

pub struct AuthPluginBox(/* private fields */);