pub fn to_vec_compact<T>(value: &T) -> Result<Vec<u8>, SerError>where T: Serialize + ?Sized,
std
alloc