pub trait FlowExtraction {
// Required method
fn extract_flow(&self, l2: L2Info, l3: L3Info) -> Result<Flow, Error>;
}
pub trait FlowExtraction {
// Required method
fn extract_flow(&self, l2: L2Info, l3: L3Info) -> Result<Flow, Error>;
}