[][src]Type Definition browser_window::BrowserWindowDispatchFuture

type BrowserWindowDispatchFuture<'a, R> = DispatchFuture<'a, BrowserWindowHandle, R>;

The future that dispatches a closure on the GUI thread used by BrowserWindowAsync.