macro_rules! hprintln {
    () => { ... };
    ($s:expr) => { ... };
    ($s:expr, $($tt:tt)*) => { ... };
}
Expand description

Macro for printing to the HOST standard output, with a newline.

This macro returns a Result<(), ()> value