[][src]Trait net_parser_rs::flow::layer2::FlowExtraction

pub trait FlowExtraction {
    fn extract_flow(&self) -> Result<Flow, Error>;
}

Required methods

fn extract_flow(&self) -> Result<Flow, Error>

Loading content...

Implementors

impl<'a> FlowExtraction for Ethernet<'a>[src]

Loading content...