Function toml_edit::de::from_item

source ·
pub fn from_item<T>(d: Item) -> Result<T, Error>where
    T: DeserializeOwned,
Expand description

Convert an item into T.