Function de_from_file

Source
pub fn de_from_file<'v, T, P, V>(path: P, variants: &'v V) -> Result<T, Error>
where P: AsRef<Path>, T: Deserialize<'v>, V: Variants,
Expand description

Re-export vconfig::de::from_file as de_from_file.