Struct smart_read::basics::YesNoInput
source · pub struct YesNoInput;Expand description
Allows you to take a bool input
Trait Implementations§
source§impl TryRead for YesNoInput
impl TryRead for YesNoInput
type Output = bool
fn try_read_line( &self, read_args: TryReadArgs<Self::Output> ) -> BoxResult<Self::Output>
Auto Trait Implementations§
impl Freeze for YesNoInput
impl RefUnwindSafe for YesNoInput
impl Send for YesNoInput
impl Sync for YesNoInput
impl Unpin for YesNoInput
impl UnwindSafe for YesNoInput
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