Skip to main content

Dual

Trait Dual 

Source
pub trait Dual {
    type Output;

    // Required method
    fn dual(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn dual(self) -> Self::Output

Implementors§