Skip to main content

Message

Trait Message 

Source
pub trait Message: Send + 'static {
    type Response: Send;
}

Required Associated Types§

Implementors§