Macro fasten::print[][src]

macro_rules! print {
    ($($arg : tt) *) => { ... };
}
Expand description

Rewrite print!() so that it doesn’t panic on broken pipe.