Function azul_peek_poke::poke_into_vec[][src]

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.