Trait thingvellir::ServiceData[][src]

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

Provided methods

Implementations on Foreign Types

Implementors