bincode_encode_to_vec

Function bincode_encode_to_vec 

Source
pub fn bincode_encode_to_vec<T>(value: &T) -> Option<Vec<u8>>
where T: Serialize,