pub struct Buffer<R, E> { /* private fields */ }Expand description
Buffer - service factory for service that can buffer incoming request.
Default number of buffered requests is 16
Implementations
Trait Implementations
type Service = BufferService<R, S, E>
type Service = BufferService<R, S, E>
The TransformService value created by this factory
Creates and returns a new Transform component, asynchronously
Auto Trait Implementations
impl<R, E> !RefUnwindSafe for Buffer<R, E>
impl<R, E> !UnwindSafe for Buffer<R, E>
Blanket Implementations
Mutably borrows from an owned value. Read more