Function load_ron_file

Source
pub fn load_ron_file<V: DeserializeOwned>(path: impl AsRef<Path>) -> Result<V>