Struct tokio_middleware::Log [] [src]

pub struct Log<S> { /* fields omitted */ }

Methods

impl<S> Log<S>
[src]

[src]

Trait Implementations

impl<S: Clone> Clone for Log<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S> Service for Log<S> where
    S: Service,
    S::Request: Debug
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.