[go: up one dir, main page]

Function from_toml

Source
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.