async fn client_tunnel_describe_path(
target: Arc<ClientTunnel>,
method: Box<DescribePath>,
_ctx: Arc<dyn Context>,
) -> Result<PathDescription, RpcError>Expand description
Implementation function: implements DescribePath on a ClientTunnel.