Skip to main content

IdentityStoreData

Type Alias IdentityStoreData 

Source
pub type IdentityStoreData = Data<dyn IdentityStore>;
Expand description

Convenience extractor for handlers that need the configured identity store.

Aliased Typeยง

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