pub fn from_toml_slice<T>(toml: &[u8]) -> Result<T>where
T: DeserializeOwned,
Expand description
Converts from the TOML bytes to a value of T
type.
pub fn from_toml_slice<T>(toml: &[u8]) -> Result<T>where
T: DeserializeOwned,
Converts from the TOML bytes to a value of T
type.