util::ext

Function parse_toml_file

Source
pub fn parse_toml_file<T: AsRef<Path> + Clone>(
    file: T,
) -> Result<String, YabsError>