IsDyn

Trait IsDyn 

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

Required Associated Types§

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§