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

pub trait SizedTypePack<T: Write>: Sized {
    fn write_body(&self, writer: &mut T) -> Result<usize, EncodeError>;
}

Required methods

fn write_body(&self, writer: &mut T) -> Result<usize, EncodeError>

Loading content...

Implementations on Foreign Types

impl<T: Write> SizedTypePack<T> for String[src]

impl<T: Write, P: Pack<T>> SizedTypePack<T> for Vec<P>[src]

impl<T: Write, P: Pack<T>> SizedTypePack<T> for HashSet<P>[src]

impl<T: Write, P: Pack<T>> SizedTypePack<T> for HashMap<String, P>[src]

Loading content...

Implementors

impl<T: Write> SizedTypePack<T> for Bytes[src]

Loading content...