[][src]Macro rusty_p4::flow

macro_rules! flow {
    (
    pipe=$pipe:literal;
    table=$table:expr;
    key={$($t:tt)*};
    action=$action_name:ident($($pt:tt)*);
    priority=$priority:expr$(;)?
    ) => { ... };
    (
    pipe=$pipe:expr;
    table=$table:expr;
    key={$($t:tt)*};
    action=$action_name:ident($($pt:tt)*)$(;)?
    ) => { ... };
}