[][src]Module browser_window::browser

This module contains all browser related handles and stuff.

Re-exports

pub use builder::BrowserWindowBuilder;
pub use builder::Source;

Modules

builder

Structs

BrowserWindow

An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup.

BrowserWindowHandle

This is a handle to an existing browser window.

BrowserWindowThreaded

A thread-safe handle to a browser window. It allows you to dispatch code to the GUI thread.

JsEvaluationError

An error that may occur when evaluating or executing JavaScript code.

Traits

OwnedBrowserWindow

Type Definitions

BrowserDelegateFuture

The future that dispatches a closure on the GUI thread.