[−][src]Function abstutil::from_binary
pub fn from_binary<T: DeserializeOwned>(
raw: &Vec<u8>
) -> Result<T, Box<dyn Error>>
Deserializes an object from the bincode format.
pub fn from_binary<T: DeserializeOwned>(
raw: &Vec<u8>
) -> Result<T, Box<dyn Error>>
Deserializes an object from the bincode format.