[][src]Type Definition meli::components::utilities::UIDialog

type UIDialog<T> = Selector<T, Option<Box<dyn FnOnce(ComponentId, &[T]) -> Option<UIEvent> + Sync + Send + 'static>>>;

Implementations

impl<T: 'static + PartialEq + Debug + Clone + Sync + Send> UIDialog<T>[src]

fn done(&mut self) -> Option<UIEvent>[src]

Trait Implementations

impl<T: 'static + PartialEq + Debug + Clone + Sync + Send> Component for UIDialog<T>[src]