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

Required methods

Implementations on Foreign Types

Implementors