Function read

Source
pub fn read<T, F>(path: impl AsRef<Path>, format: F) -> Result<T, Error>
where T: Merge + DeserializeOwned, F: Format,
Expand description

Read the module at path with format.

See: File