Skip to main content

PickerFuture

Type Alias PickerFuture 

Source
pub type PickerFuture<T> = Pin<Box<dyn Future<Output = T>>>;
Expand description

A 'static future returned by picker operations, polled on the UI thread.

Aliased Typeยง

pub struct PickerFuture<T> { /* private fields */ }