logo

Type Definition libp2p::multihash::typenum::Gcf

source · []
pub type Gcf<A, B> = <A as Gcd<B>>::Output;
Expand description

Alias for the associated type of Gcd: Gcf<A, B> = <A as Gcd<B>>::Output>