Skip to main content

flash_now

Macro flash_now 

Source
macro_rules! flash_now {
    ($msg_type:ident => $content:expr) => { ... };
    ($msg_type:ident => $first:expr, $($rest:expr),+ $(,)?) => { ... };
}