[][src]Trait kompact::prelude::MessageBounds

pub trait MessageBounds: Debug + Send + 'static where
    Self: Sized
{ }

Just a trait alias hack to avoid connstantly writing Debug+Send+'static

Implementors

impl<M> MessageBounds for M where
    M: Debug + Send + 'static, 
[src]

Loading content...