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

Required methods

Implementations on Foreign Types

Implementors