pub type SharedPicker = Arc<RwLock<Option<FilePicker>>>;
pub struct SharedPicker { /* private fields */ }