Function toml_edit::de::from_slice[][src]

pub fn from_slice<T>(s: &[u8]) -> Result<T, Error> where
    T: DeserializeOwned
Expand description

Convert a value into T.