Trait Flows

Source
pub trait Flows:
    Send
    + Sync
    + 'static { }
Expand description

Blanket trait for data in a Flow.

Implementors§

Source§

impl<T> Flows for T
where T: Send + Sync + 'static,