Module session

Module session 

Source
Expand description

Types and traits governing whether requests should procede

Structs§

RequestCountSession
A Session that limits the total number of requests allowed to procede
SessionError
A simple error type that occurs when a session decides not to procede with a request

Traits§

Session
Describes types that track requests
SessionFactory
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