Struct actix_web::actix::actix::MessageResult[]

pub struct MessageResult<M>(pub <M as Message>::Result)
where
    M: Message
;

Helper type that implements MessageResponse trait

Trait Implementations

impl<A, M> MessageResponse<A, M> for MessageResult<M> where
    A: Actor,
    M: Message

Auto Trait Implementations

impl<M> Send for MessageResult<M> where
    <M as Message>::Result: Send

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