Function abstutil::serde::from_binary[][src]

pub fn from_binary<T: DeserializeOwned>(raw: &Vec<u8>) -> Result<T>

Deserializes an object from the bincode format.