Enum browser_window::browser::Source [−][src]
Expand description
The type of content to display in a browser window
Variants
Html(String)
Displays the given HTML code in the browser.
Tuple Fields of Html
0: String
File(PathBuf)
Displays the local file for the given path.
Tuple Fields of File
0: PathBuf
Url(String)
Displays the given URL in the browser.
Tuple Fields of Url
0: String