Skip to main content

PickReceiver

Type Alias PickReceiver 

Source
pub type PickReceiver = Receiver<Option<FilePick>>;
Expand description

The channel a pending dialog delivers on: the pick, or None if the user cancelled.

Aliased Typeยง

pub struct PickReceiver { /* private fields */ }