Function toml::de::from_slice
source · [−]Expand description
Deserializes a byte slice into a type.
This function will attempt to interpret bytes
as UTF-8 data and then
deserialize T
from the TOML document provided.
Deserializes a byte slice into a type.
This function will attempt to interpret bytes
as UTF-8 data and then
deserialize T
from the TOML document provided.