Type Alias BrowserDelegateFuture

Source
pub type BrowserDelegateFuture<'a, R> = DelegateFuture<'a, BrowserWindow, BrowserWindowHandle, R>;
Expand description

The future that dispatches a closure on the GUI thread.

Aliased Typeยง

struct BrowserDelegateFuture<'a, R> { /* private fields */ }