Struct event_web::SendFutResponse[][src]

pub struct SendFutResponse<M> where
    M: Message,
    M::Result: Future + Send
{ /* fields omitted */ }

Methods

impl<M> SendFutResponse<M> where
    M: Message,
    M::Result: Future + Send
[src]

Trait Implementations

impl<A, M> MessageResponse<A, M> for SendFutResponse<M> where
    A: Actor,
    M: Message,
    M::Result: Future + Send
[src]

Auto Trait Implementations

impl<M> Send for SendFutResponse<M>

impl<M> Sync for SendFutResponse<M> where
    <M as Message>::Result: Sync