pub struct StdoutSink;Trait Implementations§
Source§impl IoSink for StdoutSink
impl IoSink for StdoutSink
fn print_line(&mut self, s: &str)
Auto Trait Implementations§
impl Freeze for StdoutSink
impl RefUnwindSafe for StdoutSink
impl Send for StdoutSink
impl Sync for StdoutSink
impl Unpin for StdoutSink
impl UnsafeUnpin for StdoutSink
impl UnwindSafe for StdoutSink
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