pub trait ToComplexResult {
type ComplexResult;
}Expand description
Specifies what the the result is if a type is transformed to complex numbers.
pub trait ToComplexResult {
type ComplexResult;
}Specifies what the the result is if a type is transformed to complex numbers.