fm_exact_from

Macro fm_exact_from 

macro_rules! fm_exact_from {
    ($field:expr, $value:expr) => { ... };
}
Expand description

Create a FieldMatch with an exact value.

use rapimt_core::{fm_exact_from, r#match::raw_match::{FieldMatch, Match}};
let _ = fm_exact_from!("dport", 80u16);