pub trait Context: 'static + SealedContext + Send {
    type Endpoints: Sized + Send;
    type Length: Nat;
}

Associated Types

Implementations on Foreign Types

Implementors