macro_rules! println_to {
($out:expr) => { ... };
($out:expr, $($arg:tt)*) => { ... };
}Expand description
Print to a device and add a return carriage.
macro_rules! println_to {
($out:expr) => { ... };
($out:expr, $($arg:tt)*) => { ... };
}Print to a device and add a return carriage.