pub trait HasDual {
type Dual;
}Expand description
The HasDual trait defines the dual relationship between protocols.
Any valid protocol has a corresponding dual.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".