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 */ }