pub trait RpcResponseHandler: MaybeSend + MaybeSync {
// Required method
fn handle_response(&self, response: RpcResponse);
}
pub trait RpcResponseHandler: MaybeSend + MaybeSync {
// Required method
fn handle_response(&self, response: RpcResponse);
}