to_element

Function to_element 

Source
pub fn to_element<T>(
    value: &T,
) -> Result<Element, DomSerializeError<ElementSerializeError>>
where T: Facet<'static>,
Expand description

Serialize a typed value into an Element tree.