Trait clacc::BigIntDiv[][src]

pub trait BigIntDiv<T> {
    type Output;
    fn div(&self, other: T) -> Self::Output;
}
Expand description

A trait describing BigInt division.

Associated Types

Required methods

Implementors