pub fn load_bincode<T: for<'de> Deserialize<'de>>(path: &Path) -> Result<T>Expand description
Load a serializable struct from a bincode file
pub fn load_bincode<T: for<'de> Deserialize<'de>>(path: &Path) -> Result<T>Load a serializable struct from a bincode file