Struct tk_pool::error_log::WarnLoggerInstance [] [src]

pub struct WarnLoggerInstance<C, S>(_);

An instance of default error logger

Trait Implementations

impl<C, S> Clone for WarnLoggerInstance<C, S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C, S> ErrorLog for WarnLoggerInstance<C, S> where
    C: Display,
    S: Display
[src]

Connection error type that is returned by connect/hanshake function

Error when sending request returned by Sink

[src]

Error when establishing a new connection

[src]

Error when sending a request Read more

[src]

Starting to shut down pool

[src]

This is triggered when pool done all the work and shut down entirely