Trait gcd::Gcd [] [src]

pub trait Gcd {
    fn gcd(self, other: Self) -> Self;
}

Required Methods

Implementors