pub struct StdinReader;Expand description
Standard stdin implementation
Trait Implementations§
Source§impl InputReader for StdinReader
impl InputReader for StdinReader
Auto Trait Implementations§
impl Freeze for StdinReader
impl RefUnwindSafe for StdinReader
impl Send for StdinReader
impl Sync for StdinReader
impl Unpin for StdinReader
impl UnsafeUnpin for StdinReader
impl UnwindSafe for StdinReader
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