pub type ReceiveContext = ExternContext<ExternReceiveContext>;
Expand description

Type alias for the context of receive methods.

See ExternContext for more details.

Aliased Type§

struct ReceiveContext { /* private fields */ }