pub trait ToRealResult {
    type RealResult;
}
Expand description

Specifies what the the result is if a type is transformed to real numbers.

Required Associated Types

Implementors