read_from_path

Function read_from_path 

Source
pub fn read_from_path<T: DeserializeOwned>(
    path: PathBuf,
    key: &str,
) -> Result<T>