Skip to main content

action_warn

Macro action_warn 

Source
macro_rules! action_warn {
    ($thing:expr, $action:expr) => { ... };
    ($thing:expr, $action:expr, $($arg:expr),+) => { ... };
}