Skip to main content

ComplexCompare

Trait ComplexCompare 

Source
pub trait ComplexCompare: ComplexCore { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ComplexCompare for Complex<f32>

Source§

impl ComplexCompare for Complex<f64>

Implementors§

Source§

impl<Marker: 'static> ComplexCompare for DynamicScalar<Marker>