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.
Macros§
- feature 🔒Macro for defining
BackendContextBuilder
features.
Traits§
- The backend context.
- The backend context builder.