Function toml_edit::de::from_document

source ยท
pub fn from_document<T>(d: impl Into<Deserializer>) -> Result<T, Error>
Expand description

Convert a DocumentMut into T.