Macro error

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

ยงExample

use celp_sdk::error;

error!("Oh oh: {}", "details");