serdeconv

Function from_toml_slice

Source
pub fn from_toml_slice<T>(toml: &[u8]) -> Result<T>
Expand description

Converts from the TOML bytes to a value of T type.