pub trait ToRealResult {
type RealResult;
}Expand description
Specifies what the the result is if a type is transformed to real numbers.
Required Associated Types§
type RealResult
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".