Skip to main content

FlowSource

Trait FlowSource 

Source
pub trait FlowSource {
    // Required method
    fn pull(&self) -> Result<Vec<Flow>, SourceError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§