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