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

Associated Types

Implementations on Foreign Types

Implementors