Macro pink::error

source ·
macro_rules! error {
    ($($arg:tt)+) => { ... };
}
Expand description

Same as info! but at Error level.