Trait timely::Data[][src]

pub trait Data: 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

impl<T: Clone + 'static> Data for T[src]

Loading content...