Struct actix_utils::keepalive::KeepAliveService [−][src]
pub struct KeepAliveService<R, E, F> { /* fields omitted */ }
Implementations
Trait Implementations
type Request = R
type Request = R
Requests handled by the service.
type Response = R
type Response = R
Responses given by the service.
type Error = E
type Error = E
Errors produced by the service.
Returns Ready
when the service is able to process requests. Read more
Process the request and return the response asynchronously. Read more
Map this service’s output to a different type, returning a new service of the resulting type. Read more