Pop

Trait Pop 

Source
pub trait Pop<__TYP_ARG_0>
where __TYP_ARG_0:,
{ type Output; }

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<__TYP_GENERIC_0, __TYP_GENERIC_1> Pop<Vect<__TYP_GENERIC_0, __TYP_GENERIC_1>> for ()
where (): DecreaseOne<__TYP_GENERIC_1> + __TYP_MatchArm_0<__TYP_GENERIC_0, __TYP_GENERIC_1, <() as DecreaseOne<__TYP_GENERIC_1>>::Output>, Vect<__TYP_GENERIC_0, __TYP_GENERIC_1>:, __TYP_GENERIC_0:, __TYP_GENERIC_1: Size,

Source§

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

Implementors§