pub type RequestParams = RawRequestParams;Expand description
Backward-compatible name for RawRequestParams.
New endpoint implementations should expose typed request structs instead of accepting this alias directly.
Aliased Typeยง
pub struct RequestParams { /* private fields */ }