DecreaseOne

Trait DecreaseOne 

Source
pub trait DecreaseOne<__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> DecreaseOne<__TYP_GENERIC_0> for ()
where <() as __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_0>>::Output: Size, __TYP_GENERIC_0: 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§