Type Alias browser_window::browser::BrowserDelegateFuture
source · pub type BrowserDelegateFuture<'a, R> = DelegateFuture<'a, BrowserWindowHandle, R>;
Expand description
The future that dispatches a closure on the GUI thread.
Aliased Type§
struct BrowserDelegateFuture<'a, R> { /* private fields */ }