Trait rill_protocol::flow::core::DataFraction[][src]

pub trait DataFraction: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static { }

Requirements for a data fraction in a data flow.

Implementors

impl<T> DataFraction for T where
    T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static, 
[src]

Loading content...