[][src]Trait type_vec::size::IntoSize

pub trait IntoSize where
    Self::Output: Size
{ type Output; fn into_size(self) -> Self::Output; }

The helper trait that converts the input type to a size type.

Associated Types

type Output

Loading content...

Required methods

fn into_size(self) -> Self::Output

Loading content...

Implementations on Foreign Types

impl IntoSize for usize[src]

type Output = Dyn

impl IntoSize for UTerm[src]

type Output = Self

impl<U, B> IntoSize for UInt<U, B> where
    U: Unsigned,
    B: Bit
[src]

type Output = Self

Loading content...

Implementors

impl IntoSize for Dyn[src]

type Output = Self

Loading content...