Macro klavier_helper::info

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