[][src]Trait timely_communication::Data

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

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

Implementors

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

Loading content...