hop_use

Trait hop_use 

Source
pub trait hop_use:
    Copy
    + Clone
    + Zero {
    // Required method
    fn to_complex(&self) -> Complex64;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl hop_use for f64

Source§

impl hop_use for Complex64

Implementors§