Type Definition browser_window::browser::BrowserDelegateFuture [−][src]
pub type BrowserDelegateFuture<'a, R> = DelegateFuture<'a, BrowserWindowHandle, R>;
Expand description
The future that dispatches a closure on the GUI thread.