Trait reqwest_enum::jsonrpc::JsonRpcTarget
source · pub trait JsonRpcTarget: Target {
// Required methods
fn method_name(&self) -> &'static str;
fn params(&self) -> Vec<Value>;
}pub trait JsonRpcTarget: Target {
// Required methods
fn method_name(&self) -> &'static str;
fn params(&self) -> Vec<Value>;
}