pub type ApiRequestErased = ApiRequest<JsonValue>;
Aliased Type§
struct ApiRequestErased {
pub auth: Option<ApiAuth>,
pub params: Value,
}
Fields§
§auth: Option<ApiAuth>
Hashed user password if the API requires authentication
params: Value
Parameters required by the API