Trait ferrite_session::internal::base::EmptyContext[][src]

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

Required methods

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...