Trait timely_communication::Data [] [src]

pub trait Data: Send + Any + Serialize + 'static { }

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

Implementors