Function tarantool::util::rmp_to_vec

source ·
pub fn rmp_to_vec<T>(val: &T) -> Result<Vec<u8>, Error>
where T: Serialize + ?Sized,