[][src]Trait timely::communication::Data

pub trait Data: 'static + Send + Sync + Any + Abomonation { }

A composite trait for types that may be used with channels.

Implementors

impl<T> Data for T where
    T: 'static + Send + Sync + Any + Abomonation
[src]

Loading content...