Skip to main content

BoxedSessionStorage

Type Alias BoxedSessionStorage 

Source
pub type BoxedSessionStorage = Box<dyn SessionStorage>;
Expand description

Box wrapper for dynamic dispatch

Aliased Typeยง

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