Macro idle_cb_call

Source
macro_rules! idle_cb_call {
    ($state:ident.$cb:ident($( $x:expr ),*)) => { ... };
}