azul_peek_poke

Function 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.