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