Struct smart_read::basics::NonEmptyInput
source · pub struct NonEmptyInput;Trait Implementations§
source§impl TryRead for NonEmptyInput
impl TryRead for NonEmptyInput
type Output = String
fn try_read_line( &self, read_args: TryReadArgs<String> ) -> BoxResult<Self::Output>
Auto Trait Implementations§
impl Freeze for NonEmptyInput
impl RefUnwindSafe for NonEmptyInput
impl Send for NonEmptyInput
impl Sync for NonEmptyInput
impl Unpin for NonEmptyInput
impl UnwindSafe for NonEmptyInput
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