Function peek_poke::poke_into_vec

source ·
pub fn poke_into_vec<T: Poke>(src: &T, dst: &mut Vec<u8>)
Expand description

Poke helper to append a serialized version of src to the end of dst.