Trait async_session_types::HasDual
source · [−]pub trait HasDual {
type Dual;
}
Expand description
The HasDual trait defines the dual relationship between protocols.
Any valid protocol has a corresponding dual.
pub trait HasDual {
type Dual;
}
The HasDual trait defines the dual relationship between protocols.
Any valid protocol has a corresponding dual.