Function augdom::in_virtual_document[][src]

pub fn in_virtual_document<Root>(
    root: impl FnMut() -> Root
) -> impl FnMut() -> Root
Expand description

Wrap the provided root function in a virtual document and ensures that all nodes created within root will create virtual nodes.