Trait timely::Data [] [src]

pub trait Data: Abomonation + Clone + 'static { }

A composite trait for types usable as data in timely dataflow.

The Data trait is necessary for all types that go along timely dataflow channels.

Implementors