pub type QueryPayload<T> = NeedsLength<T>;
Expand description
Type used for encoding RPC query payload.
Effectively this is the bin_prot encoding of the data prepended with Nat0
encoding of its encoded size.
Aliased Type§
pub struct QueryPayload<T>(pub T);
Tuple Fields§
§0: T