pub fn markup_to_string<T: VirtualNode + ?Sized>(
node: &T,
) -> Result<String, ParseError>
Expand description
Renders the provided VirtualNode
into a String
buffer.
pub fn markup_to_string<T: VirtualNode + ?Sized>(
node: &T,
) -> Result<String, ParseError>
Renders the provided VirtualNode
into a String
buffer.