Macro klavier_helper::err

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