pub type GetTaskInfoRequest = Request<GetTaskInfoMethod, GetTaskInfoParams>;Aliased Type§
pub struct GetTaskInfoRequest {
pub method: GetTaskInfoMethod,
pub params: GetTaskInfoParams,
pub extensions: Extensions,
}Fields§
§method: GetTaskInfoMethod§params: GetTaskInfoParams§extensions: Extensionsextensions will carry anything possible in the context, including Meta
this is similar with the Extensions in http crate