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