Struct actix_net::stream::TakeItemService[][src]

pub struct TakeItemService<T> { /* fields omitted */ }

NewService that implements, read one request from framed object feature.

Trait Implementations

impl<T: Stream> Service for TakeItemService<T>
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Returns Ready when the service is able to process requests. Read more

Process the request and return the response asynchronously. Read more

A future yielding the service when it is ready to accept a request.

Auto Trait Implementations

impl<T> Send for TakeItemService<T> where
    T: Send

impl<T> Sync for TakeItemService<T> where
    T: Sync