Macro statechart::final_state [] [src]

macro_rules! final_state {
    ($label:ident {$($tail:tt)*}) => { ... };
}