pub struct cout;
Expand description
cout << "hello world" << endl;
will output
hello world
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cout
impl RefUnwindSafe for cout
impl Send for cout
impl Sync for cout
impl Unpin for cout
impl UnwindSafe for cout
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