Function toml_edit::de::from_document

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

Convert a DocumentMut into T.