Skip to main content

FlowExtraction

Trait FlowExtraction 

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

Required Methods§

Implementors§