Struct actix::Response[][src]

pub struct Response<I, E> { /* fields omitted */ }

Helper type for representing different type of message responses

Methods

impl<I, E> Response<I, E>
[src]

Create async response

Create response

Trait Implementations

impl<A, M, I: 'static, E: 'static> MessageResponse<A, M> for Response<I, E> where
    A: Actor,
    M: Message<Result = Result<I, E>>,
    A::Context: AsyncContext<A>, 
[src]

Auto Trait Implementations

impl<I, E> !Send for Response<I, E>

impl<I, E> !Sync for Response<I, E>