Trait BinaryOperand

Source
pub trait BinaryOperand<A, B> {
    type Args: Params<Pattern = (A, B)>;
    type Output;
}

Required Associated Types§

Source

type Args: Params<Pattern = (A, B)>

Source

type Output

Implementors§