from_path

Function from_path 

Source
pub fn from_path<T: DeserializeOwned>(
    template: &str,
    path: &str,
) -> Result<T, PathDeserializationError>