Trait mpstthree::binary::struct_trait::session::Session[][src]

pub trait Session: Sized + Send {
    type Dual: Session<Dual = Self>;
}
Expand description

Trait for session types. Provides duality.

Associated Types

The session type dual to Self.

Implementors