[][src]Trait thingvellir::ServiceData

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

Provided methods

fn should_persist(&self) -> bool

fn get_expires_at(&self) -> Option<&Instant>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...