Enum tty_form::step::InputResult
source · pub enum InputResult {
AdvanceForm,
RetreatForm,
}Expand description
After processing an input event, an action may be returned to the form from the step.
Variants
AdvanceForm
Advance the form to the next step.
RetreatForm
Retreat the form to the previous step.
Auto Trait Implementations
impl RefUnwindSafe for InputResult
impl Send for InputResult
impl Sync for InputResult
impl Unpin for InputResult
impl UnwindSafe for InputResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more