Macro celp_sdk::error

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

§Example

use celp_sdk::error;

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