pub struct InputReader;Expand description
Reads input from files or stdin.
Enforces a maximum input size of 1 MB to prevent memory issues.
Implementations§
Auto Trait Implementations§
impl Freeze for InputReader
impl RefUnwindSafe for InputReader
impl Send for InputReader
impl Sync for InputReader
impl Unpin for InputReader
impl UnwindSafe for InputReader
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