Macro charon_lib::error

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

A custom log error macro. Uses the log crate.