pub fn on_rpc(
method: &str,
handler: impl FnMut(&mut PluginCtx, RpcRequest) -> HandlerResult + Send + 'static,
)👎Deprecated: renamed to register_delegate
Expand description
Backward-compatible alias (will be removed once callers migrate).