[−][src]Function dfw::util::load_file
pub fn load_file<T>(file: &str) -> Result<T> where
T: DeserializeOwned,
Load single TOML-file from path and deserialize it into type T
.
pub fn load_file<T>(file: &str) -> Result<T> where
T: DeserializeOwned,
Load single TOML-file from path and deserialize it into type T
.