to_vec

Function to_vec 

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

Serialize a value to HTML bytes with default options.