Macro umbra_lang::teprintln[][src]

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

Prints to the current Thread’s local error out.

Panics

Will panic if the output fails to lock.