Function from_document
pub fn from_document<T>(d: impl Into<Deserializer>) -> Result<T, Error> ⓘwhere
T: DeserializeOwned,
Available on crate feature
dep_toml_edit
only.Expand description
Convert a DocumentMut
into T
.