pub trait ImplicitPromote<RHS>: HasAfEnum {
type Output: HasAfEnum;
}Expand description
This is an internal trait defined and implemented by ArrayFire create for rust’s built-in types to figure out the data type binary operation’s results.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.