charon_lib

Macro error

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

A custom log error macro. Uses the log crate.