pub fn from_str_with_options<T: DeserializeOwned>( s: &str, options: Option<&DecodeOptions>, ) -> Result<T, Error>
Deserialize a TOON-formatted string to a value with options
s
options
A Result containing the deserialized value or an error
Result