pub fn lk_query_compile(
    q: Query
) -> LkResult<Box<dyn FnMut(&dyn NetPkt) -> (bool, ControlFlow<()>)>>
Expand description

Compile a Query into a function which tests packets to deteremine if they match - WARN - slow and subject to change.