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