[−][src]Trait actix_web::actix::dev::ResponseChannel
Trait defines message response channel
Required methods
fn is_canceled(&self) -> bool
fn send(self, response: <M as Message>::Result)
Implementations on Foreign Types
impl<M> ResponseChannel<M> for Sender<<M as Message>::Result> where
M: 'static + Message,
<M as Message>::Result: Send,
[src]
M: 'static + Message,
<M as Message>::Result: Send,
impl<M> ResponseChannel<M> for () where
M: 'static + Message,
[src]
Loading content...
M: 'static + Message,