Trait tylar::Sub [] [src]

pub trait Sub<RHS>: NumType {
    type Out: NumType;
}

Subtraction of number types.

Associated Types

Result of the operation, i.e. Out = SelfRHS.

Implementors