Trait FlowExtraction

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

Required Methods§

Implementors§