Trait FlowExtraction

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

Required Methods§

Implementors§