Expand description
§Backend context
The BackendContext
is usually used for storing clients or
sessions (structures than cannot be cloned or sync). The
BackendContextBuilder
gives instructions on how to build such
context. It is used by the backend builder.
Traits§
- Backend
Context - The backend context.
- Backend
Context Builder - The backend context builder.