Trait ring_algorithm::RingOperation[][src]

pub trait RingOperation<Output = Self>: Sized + Add<Output = Output> + Sub<Output = Output> + Mul<Output = Output> { }

Implementations on Foreign Types

Implementors