Function embedded_msgpack::encode::serde::to_array [−][src]
pub fn to_array<'a, T: ?Sized>(
value: &T,
buf: &'a mut [u8]
) -> Result<usize, Error> where
T: Serialize,
Expand description
Serializes the given data structure as a JSON byte vector