[][src]Trait flume::Msg

pub trait Msg: Send + 'static { }

Implementors

impl<T: Send + 'static> Msg for T[src]

Loading content...