Struct competitive_programming_rs::utils::scanner::IO [−][src]
pub struct IO<R, W: Write>(_, _);
Implementations
Auto Trait Implementations
impl<R, W> RefUnwindSafe for IO<R, W> where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> UnwindSafe for IO<R, W> where
R: UnwindSafe,
W: UnwindSafe,