pub trait ComplexNumberSpace: NumberSpace { }
Expand description

Trait for types containing complex data.

Implementors