Trait alga::general::Op [] [src]

pub trait Op: Copy {
    fn oper() -> Self;
}

Trait implemented by types representing operators.

Required Methods

Returns the structure that identifies the operator.

Implementors