[][src]Trait packs::ll::types::sized::SizedType

pub trait SizedType: Sized {
    fn header(&self) -> (Marker, Length);
}

Required methods

fn header(&self) -> (Marker, Length)

Loading content...

Implementations on Foreign Types

impl SizedType for String[src]

impl<P> SizedType for Vec<P>[src]

impl<P> SizedType for HashSet<P>[src]

impl<P> SizedType for HashMap<String, P>[src]

Loading content...

Implementors

impl SizedType for Bytes[src]

Loading content...