Trait actix::dev::ResponseChannel[][src]

pub trait ResponseChannel<M: Message>: 'static {
    fn is_canceled(&self) -> bool;
fn send(self, response: M::Result); }
Expand description

A trait that defines a message response channel.

Required methods

Implementations on Foreign Types

Implementors