pub fn register_rpc(
method: &str,
handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)👎Deprecated: renamed to register_delegate
pub fn register_rpc(
method: &str,
handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)