Available on crate feature
r2d2
only.Expand description
Event subscriptions.
Structs§
- Acquire
Event - Information about an acquire event.
- Checkin
Event - Information about a checkin event.
- Checkout
Event - Information about a checkout event.
- NopEvent
Handler - A
HandleEvent
implementation which does nothing. - Release
Event - Information about a release event.
- Timeout
Event - Information about a timeout event.
Traits§
- Handle
Event - A trait which is provided with information about events in a connection pool.