pub trait ToRpcResponseResult {
// Required method
fn to_rpc_result(self) -> ResponseResult;
}Expand description
Helper trait to easily convert results to rpc results
pub trait ToRpcResponseResult {
// Required method
fn to_rpc_result(self) -> ResponseResult;
}Helper trait to easily convert results to rpc results