pub struct StdioConsole;Expand description
Standard I/O console handler.
Trait Implementations§
Source§impl ConsoleIo for StdioConsole
impl ConsoleIo for StdioConsole
Auto Trait Implementations§
impl Freeze for StdioConsole
impl RefUnwindSafe for StdioConsole
impl Send for StdioConsole
impl Sync for StdioConsole
impl Unpin for StdioConsole
impl UnsafeUnpin for StdioConsole
impl UnwindSafe for StdioConsole
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