[][src]Trait type_vec::size::IsDyn

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

Associated Types

type Output

Loading content...

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...