Function pack

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

Pack value and returns the packed buffer

§Panics

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