web_sys::Document Struct

The Document Struct represents a web page (DOM tree) loaded in the browser. It provides the common properties and methods for a web page document.

Cargo.toml


[dependencies.web-sys]
version = "0.3.4"
features = [
  'Document',
]     
        

Functions

features/dependencies

Source Code