Trait tiny_tokio_actor::Message[][src]

pub trait Message: Clone + Send + Sync + 'static {
    type Response: Debug + Send + Sync + 'static;
}

Associated Types

type Response: Debug + Send + Sync + 'static[src]

Loading content...

Implementors

Loading content...