Skip to main content

Conj

Trait Conj 

Source
pub trait Conj {
    // Required method
    fn conj(&self) -> Complex;
}

Required Methods§

Source

fn conj(&self) -> Complex

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§