pub trait NormalOutPromote<RHS = Self> {
type Output;
type Intermediate;
}Expand description
this trait is used to perform type promotion for normal out operations
Required Associated Types§
Sourcetype Intermediate
type Intermediate
the intermediate type
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".