(e: &nodedb_cluster::error::ClusterError)
| 97 | } |
| 98 | |
| 99 | fn is_transport_err(e: &nodedb_cluster::error::ClusterError) -> bool { |
| 100 | matches!(e, nodedb_cluster::error::ClusterError::Transport { .. }) |
| 101 | } |
| 102 | |
| 103 | impl NexarArrayDispatch { |
| 104 | async fn call_once( |