to_vec_with_options

Function to_vec_with_options 

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

Serialize a value to HTML bytes with custom options.