Type Definition libp2p::multihash::typenum::operator_aliases::Add1[][src]

pub type Add1<A> = <A as Add<B1>>::Output;
Expand description

Alias to make it easy to add 1: Add1<A> = <A as Add<B1>>::Output