pub struct TerminalInput;Expand description
Production input — reads from terminal via dialoguer.
Falls back to environment variables for e2e test support, but only
when NEX_TESTING is explicitly set to prevent abuse in production.
Trait Implementations§
Source§impl InputProvider for TerminalInput
impl InputProvider for TerminalInput
Auto Trait Implementations§
impl Freeze for TerminalInput
impl RefUnwindSafe for TerminalInput
impl Send for TerminalInput
impl Sync for TerminalInput
impl Unpin for TerminalInput
impl UnsafeUnpin for TerminalInput
impl UnwindSafe for TerminalInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more