Function from_document

pub fn from_document<T>(d: impl Into<Deserializer>) -> Result<T, Error> 
Available on crate feature dep_toml_edit only.
Expand description

Convert a DocumentMut into T.