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.
pub fn to_string_with_options<T: Facet<'static>>(
value: &T,
options: &SerializeOptions,
) -> Result<String, SerializeError<HtmlSerializeError>>Serialize a value to an HTML string with custom options.