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

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

Associated Types

Implementations on Foreign Types

Implementors