Function tomlconv::from_toml [] [src]

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.