Skip to main content

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 <() as __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>>::Output: Size, (): __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>, __TYP_GENERIC_0: Size,

Source§

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

Implementors§