pub trait RingOperation: Sized + Add + Sub + Mul { }

Implementors