pub fn from_toml<T>(toml: Value) -> Result<T>where
T: for<'a> Deserialize<'a>,Expand description
Converts from the TOML value to an instance of T.
pub fn from_toml<T>(toml: Value) -> Result<T>where
T: for<'a> Deserialize<'a>,Converts from the TOML value to an instance of T.