Macro klavier_helper::warn

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