load_ron

Function load_ron 

Source
pub fn load_ron<T, P>(path: P) -> Result<T>
where T: DeserializeOwned, P: AsRef<Path>,