Struct smart_read::basics::NonWhitespaceInput
source · pub struct NonWhitespaceInput;Expand description
Takes an input that contains non-whitespace chars
Trait Implementations§
source§impl TryRead for NonWhitespaceInput
impl TryRead for NonWhitespaceInput
type Output = String
fn try_read_line( &self, read_args: TryReadArgs<String> ) -> BoxResult<Self::Output>
Auto Trait Implementations§
impl Freeze for NonWhitespaceInput
impl RefUnwindSafe for NonWhitespaceInput
impl Send for NonWhitespaceInput
impl Sync for NonWhitespaceInput
impl Unpin for NonWhitespaceInput
impl UnwindSafe for NonWhitespaceInput
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