pub type PickReceiver = Receiver<Option<FilePick>>;
The channel a pending dialog delivers on: the pick, or None if the user cancelled.
None
pub struct PickReceiver { /* private fields */ }