Function toml_edit::de::from_slice

source ·
pub fn from_slice<T>(s: &[u8]) -> Result<T, Error>where
    T: DeserializeOwned,
Available on crate feature serde only.
Expand description

Convert a value into T.