pub type Context = Vec<u8>;
Expand description
Context, like a message body, is a protocol-defined serialized byte array. It is used when building a Request to save information that will not be part of a Response, in order to more easily handle (“contextualize”) that Response.
Aliased Type§
pub struct Context { /* private fields */ }