pub fn cb( handle_pkt: impl FnMut(&dyn NetPkt, &Linkspace) -> bool ) -> impl PktHandler
takes a fn(&dyn NetPkt,&Linkspace) -> bool[should_continue] and returns impl PktHandler
fn(&dyn NetPkt,&Linkspace) -> bool[should_continue]