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