to_string_with_options

Function to_string_with_options 

Source
pub fn to_string_with_options<T: Facet<'static>>(
    value: &T,
    options: &SerializeOptions,
) -> Result<String, SerializeError<HtmlSerializeError>>
Expand description

Serialize a value to an HTML string with custom options.