cluster_node_events_pending

Function cluster_node_events_pending 

Source
async fn cluster_node_events_pending(
    __arg0: State<AppState>,
    __arg1: Path<(u16, ClusterNodeId)>,
) -> Result<Json<Vec<ClusterNodePendingEvent>>, (StatusCode, String)>