Function load_struct

Source
pub fn load_struct<T: DeserializeOwned>(filename: PathBuf) -> Result<T, String>