pub struct RealPrompter;Expand description
Dialoguer-backed prompter used in production.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealPrompter
impl RefUnwindSafe for RealPrompter
impl Send for RealPrompter
impl Sync for RealPrompter
impl Unpin for RealPrompter
impl UnsafeUnpin for RealPrompter
impl UnwindSafe for RealPrompter
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