Trait clacc::BigIntSub[][src]

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

A trait describing BigInt subtraction.

Associated Types

Required methods

Implementors