pub trait WithGcd<T> {
    fn gcd(&self) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors