pub fn list<B: ResourcesBackend>(backend: &B) -> Result<Vec<Route>, ClientError>Expand description
Every route the server currently holds.
§Errors
If the server cannot be reached, or a listed route carries no uuid
at all – see crate::Route::uuid’s own doc for why that is a
protocol violation to report rather than an ordinary case to skip
silently.