Function toml_edit::de::from_document[][src]

pub fn from_document<T>(d: Document) -> Result<T, Error> where
    T: Deserialize<'static>, 
Expand description

Convert a value into T.