Function abstutil::from_binary

source ·
pub fn from_binary<T: DeserializeOwned>(raw: &[u8]) -> Result<T>
Expand description

Deserializes an object from the bincode format.