pub type QueryBodyType = ValueType<{ _ }, 0x04>;Expand description
§QueryBody extension
Used to carry a body attached to the query Shared Memory extension is automatically defined by ValueType extension if #[cfg(feature = “shared-memory”)] is defined.
Aliased Type§
pub struct QueryBodyType {
pub encoding: Encoding,
pub payload: ZBuf,
}Fields§
§encoding: Encoding§payload: ZBuf