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