[−][src]Function dfw::util::load_path
pub fn load_path<T>(path: &str) -> Result<T> where
T: DeserializeOwned,
Load all TOML-files from a path, concatenate their contents and deserialize the result into
type T
.
pub fn load_path<T>(path: &str) -> Result<T> where
T: DeserializeOwned,
Load all TOML-files from a path, concatenate their contents and deserialize the result into
type T
.