Module util

Module util 

Source
Expand description

Utilities module

Traits§

FutureExt
An extension trait for Future allowing synchronized execution of the future.

Functions§

load_file
Load single TOML-file from path and deserialize it into type T.
load_path
Load all TOML-files from a path, concatenate their contents and deserialize the result into type T.