Struct actix::MessageResult [−][src]
Helper type that implements MessageResponse
trait
Trait Implementations
impl<A, M> MessageResponse<A, M> for MessageResult<M> where
A: Actor,
M: Message,
[src]
impl<A, M> MessageResponse<A, M> for MessageResult<M> where
A: Actor,
M: Message,
fn handle<R: ResponseChannel<M>>(self, _: &mut A::Context, tx: Option<R>)
[src]
fn handle<R: ResponseChannel<M>>(self, _: &mut A::Context, tx: Option<R>)
Auto Trait Implementations
impl<M> Send for MessageResult<M> where
<M as Message>::Result: Send,
impl<M> Send for MessageResult<M> where
<M as Message>::Result: Send,
impl<M> Sync for MessageResult<M> where
<M as Message>::Result: Sync,
impl<M> Sync for MessageResult<M> where
<M as Message>::Result: Sync,