Struct actix_web::dev::Reply [] [src]

pub struct Reply<A: Actor + Route>(_);

Represents response process.

Methods

impl<A> Reply<A> where
    A: Actor + Route
[src]

[src]

Create async response

[src]

Send response

[src]

Trait Implementations

impl<A, T> From<T> for Reply<A> where
    T: Into<HttpResponse>,
    A: Actor + Route
[src]

[src]

Performs the conversion.