Module email::backend::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.

Macros§

Traits§