Enum augdom::Document [−][src]
Expand description
The current document.
Variants
Concrete(Document)
A handle to a concrete document.
Tuple Fields of Concrete
0: Document
A virtual environment’s document.
Fields of Virtual
Implementations
Create a new document for virtual rendering, inside or outside of the browser.
Returns the currently focused element, if any.
Create a new element in this document.
Create a new text node in this document.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Document
impl !UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more