Function load_bincode_legacy
pub fn load_bincode_legacy<'de, T>(
bytes: &'de [u8],
) -> Result<T, Box<dyn Error + Sync + Send>>where
T: Deserialize<'de>,
Expand description
Deserializes a value from a bincode-encoded file.
This function uses the legacy bincode format, which was the default in bincode 1.0.