Function find_rpc_handler

Source
pub fn find_rpc_handler<S: ServerRpcService>(
    uri: &str,
) -> Option<&'static ServerRpcHandler<S>>
where &'static S::RegistryItem: Collect,
Available on crate feature server only.
Expand description

Find a matching rpc handler given a rpc service and uri.