Struct requestty_ui::Input [−][src]
pub struct Input<P, B: Backend> { /* fields omitted */ }
Expand description
A ui runner which implements the render cycle.
It renders and processes events with the help of a type that implements Prompt.
See run for more information
Implementations
Trait Implementations
Auto Trait Implementations
impl<P, B> RefUnwindSafe for Input<P, B> where
B: RefUnwindSafe,
P: RefUnwindSafe, impl<P, B> UnwindSafe for Input<P, B> where
B: UnwindSafe,
P: UnwindSafe,