Module prelude

Source
Expand description

Some common traits that need to be often available.

Re-exports§

pub use crate::event::EventExt;
pub use crate::javascript::JsValue;

Modules§

rust_2015
The 2015 version of the core prelude.
rust_2018
The 2018 version of the core prelude.
rust_2021
The 2021 version of the core prelude.
rust_2024
The 2024 version of the core prelude.
v1
The first version of the core prelude.

Structs§

ApplicationImpl
BrowserWindowImpl
CookieImpl
CookieIteratorImpl
CookieJarImpl
CookieMutImpl
DelegateFuture
This future executes a closure on the GUI thread and returns the result.
DelegateFutureFuture
This future runs a future on the GUI thread and returns its output.
WindowImpl

Enums§

CookieStorageError
DelegateError
The error that occurs when you’re delegating work to the GUI thread, but it fails to finish and/or return a result.

Traits§

ApplicationExt
BrowserWindowExt
CookieExt
CookieIteratorExt
CookieJarExt
WindowExt

Type Aliases§

CookieDeleteCallbackFn
CookieIteratorNextCallbackFn
CookieStorageCallbackFn
Dims2D
Pos2D