pub trait ToRealResult {
type RealResult;
}Expand description
Specifies what the the result is if a type is transformed to real numbers.
pub trait ToRealResult {
type RealResult;
}Specifies what the the result is if a type is transformed to real numbers.