pub type ApplicationDelegateFuture<'a, R> = DelegateFuture<'a, ApplicationHandle, ApplicationHandle, R>;
Expand description
The future that dispatches a closure onto the GUI thread
Aliased Typeยง
struct ApplicationDelegateFuture<'a, R> { /* private fields */ }