Trait functional::Magma [] [src]

pub trait Magma<T: BinaryOperation<Self>>: Sized { }

Basic algebraic structure/ Combines binary operation with type

Implementors