Function pack

Source
pub fn pack<T>(v: &T) -> Vec<u8> 
where T: TuplePack,
Expand description

Pack value and returns the packed buffer

§Panics

Panics if the encoded data size doesn’t fit in u32.