pub type SharedAuth = Arc<dyn AuthBackend>;Expand description
Shared authenticator handle wrapped behind the trait object so the JMAP
crate can be wired with any backend (file, sql, ldap, oauth2,
…) at server bootstrap time.
Aliased Type§
pub struct SharedAuth { /* private fields */ }