Macro bugstalker::_error

source ยท
macro_rules! _error {
    ($log_fn: path, $res: expr) => { ... };
    ($log_fn: path, $res: expr, $msg: tt) => { ... };
}