Module event

Source
Available on crate feature r2d2 only.
Expand description

Event subscriptions.

Structs§

AcquireEvent
Information about an acquire event.
CheckinEvent
Information about a checkin event.
CheckoutEvent
Information about a checkout event.
NopEventHandler
A HandleEvent implementation which does nothing.
ReleaseEvent
Information about a release event.
TimeoutEvent
Information about a timeout event.

Traits§

HandleEvent
A trait which is provided with information about events in a connection pool.