Module context

Source
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§

BackendContext
The backend context.
BackendContextBuilder
The backend context builder.