Trait mpstthree::role::Role[][src]

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

Trait for session types. Provides duality.

Associated Types

The Role type dual to Self.

Implementors