[][src]Type Definition browser_window::browser::BrowserDelegateFuture

type BrowserDelegateFuture<'a, R> = DelegateFuture<'a, BrowserWindowHandle, R>;

The future that dispatches a closure on the GUI thread.