pub trait ToComplexResult {
    type ComplexResult;
}
Expand description

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

Required Associated Types

Implementors