[−][src]Function augdom::in_virtual_document
pub fn in_virtual_document<Root>(
mut root: impl FnMut() -> Root
) -> impl FnMut() -> Root
Wrap the provided root
function in a virtual document and ensures that all
nodes created within root
will create virtual nodes.