pub trait HasDual {
    type Dual;
}
Expand description

The HasDual trait defines the dual relationship between protocols.

Any valid protocol has a corresponding dual.

Associated Types

Implementors