Trait thingvellir::ServiceData[][src]

pub trait ServiceData: Send + 'static {
    fn should_persist(&self) -> bool { ... }
fn get_expires_at(&self) -> Option<&Instant> { ... } }

Provided methods

Loading content...

Implementations on Foreign Types

impl<T: ServiceData> ServiceData for Option<T>[src]

Loading content...

Implementors

Loading content...