Function toml_edit::de::from_document

source ·
pub fn from_document<T>(d: Document) -> Result<T, Error>where
    T: DeserializeOwned,
Available on crate feature serde only.
Expand description

Convert a document into T.