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