[][src]Macro glsp::epr

macro_rules! epr {
    ($($arg:tt)*) => { ... };
}

Prints to the active Runtime's current epr_writer.

The input syntax is identical to eprint!.

The epr_writer defaults to Stderr.