pub type PickerFuture<T> = Pin<Box<dyn Future<Output = T>>>;
A 'static future returned by picker operations, polled on the UI thread.
'static
pub struct PickerFuture<T> { /* private fields */ }