[][src]Trait ferrite_session::EmptyContext

pub trait EmptyContext: Context {
    fn empty_values() -> Self::Endpoints;
}

An ordered linked list of context.

Required methods

fn empty_values() -> Self::Endpoints

Loading content...

Implementations on Foreign Types

impl EmptyContext for ()[src]

impl<R> EmptyContext for (Empty, R) where
    R: EmptyContext
[src]

Loading content...

Implementors

Loading content...