[go: up one dir, main page]

Trait alga::general::Operator [] [src]

pub trait Operator: Copy {
    fn operator_token() -> Self;
}

Trait implemented by types representing abstract operators.

Required Methods

Returns the structure that identifies the operator.

Implementors