[][src]Trait edelcrantz::Msg

pub trait Msg: Serialize + DeserializeOwned + Send + Sync + 'static { }

Any message that can be sent or received -- as a request, response, or one-way -- must implement this trait.

Implementors

impl<T> Msg for T where
    T: Serialize + DeserializeOwned + Send + Sync + 'static, 
[src]

Loading content...