Macro idm::err

source · []
macro_rules! err {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:expr),*) => { ... };
}