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

Implementors§

source§

impl<T> RingOperation for Twhere T: Sized + Add + Sub + Mul,