[][src]Trait type_vec::size::Size

pub trait Size {
    fn to_usize(&self) -> usize;
}

Marks the size type.

Required methods

fn to_usize(&self) -> usize

Loading content...

Implementations on Foreign Types

impl Size for UTerm[src]

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

Loading content...

Implementors

impl Size for Dyn[src]

Loading content...