Enum prototty_common::MenuOutput [] [src]

pub enum MenuOutput<T> {
    Quit,
    Cancel,
    Finalise(T),
}

The result of a user interacting with a menu.

Variants

Trait Implementations

Auto Trait Implementations

impl<T> Send for MenuOutput<T> where
    T: Send

impl<T> Sync for MenuOutput<T> where
    T: Sync