Function pack_into

Source
pub fn pack_into<T>(v: &T, output: &mut Vec<u8>) -> VersionstampOffset
where T: TuplePack,
Expand description

Pack value into the given buffer

§Panics

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