markup_to_string

Function markup_to_string 

Source
pub fn markup_to_string<T: VirtualNode + ?Sized>(
    node: &T,
) -> Result<String, ParseError>
Expand description

Renders the provided VirtualNode into a String buffer.