[][src]Trait ripb::Message

pub trait Message: Send + Sync { }

A message on must be Send and Sync to be sent on the bus.

Implementors

impl<T: Send + Sync> Message for T[src]

Loading content...