pub struct InputReader { /* private fields */ }
Implementations§
Source§impl InputReader
impl InputReader
pub fn new(path: String) -> InputReader
pub fn current_state(&mut self) -> Input
Trait 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