Expand description
Types and traits governing whether requests should procede
Structs§
- Request
Count Session - A Session that limits the total number of requests allowed to procede
- Session
Error - A simple error type that occurs when a session decides not to procede with a request
Traits§
- Session
- Describes types that track requests
- Session
Factory - Describes types that can produce Sessions
Functions§
- guard
- A simple guard method that can be used by downstream client and repo implementations for guarding their requests