Trait FlowExtraction
net_parser_rs::flow::layer2
pub trait FlowExtraction { fn extract_flow(&self) -> Result<Flow, Error>; }
fn extract_flow(&self) -> Result<Flow, Error>
impl<'a> FlowExtraction for Ethernet<'a>