IncreaseOne

Trait IncreaseOne 

Source
pub trait IncreaseOne<__TYP_ARG_0>
where __TYP_ARG_0: Size, Self::Output: Size,
{ type Output; }

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<__TYP_GENERIC_0> IncreaseOne<__TYP_GENERIC_0> for ()
where __TYP_GENERIC_0: Size, <() as __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>>::Output: Size, (): __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>,

Source§

type Output = <() as __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>>::Output

Implementors§