[][src]Function foundationdb::tuple::pack_into_with_versionstamp

pub fn pack_into_with_versionstamp<T: TuplePack>(v: &T, output: &mut Vec<u8>)

Pack value into the given buffer

Panics

Panics if there is multiple versionstamp present or if the encoded data size doesn't fit in u32.