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