pub trait ToRpcResponseResult {
    // Required method
    fn to_rpc_result(self) -> ResponseResult;
}
Expand description

Helper trait to easily convert results to rpc results

Required Methods§

Implementors§