Skip to main content

to_string_with_options

Function to_string_with_options 

Source
pub fn to_string_with_options<T: Serialize>(
    value: &T,
    options: &DumpOptions,
) -> Result<String, Error>
Expand description

Serialize a value to a NestedText string with custom options.