pub fn to_string_with_options<T: Serialize>( value: &T, options: &DumpOptions, ) -> Result<String, Error>
Serialize a value to a NestedText string with custom options.