Skip to main content

Scalar

Trait Scalar 

Source
pub trait Scalar {
    type Complex: ComplexField<DType = Self::Real>;
    type Real: Scalar<Real = Self::Real>;
}

Required Associated Types§

Source

type Complex: ComplexField<DType = Self::Real>

Source

type Real: Scalar<Real = Self::Real>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§