add routes endpoint #122
Annotations
15 errors
Create binary for aarch64-apple-darwin:
fpx/src/api/handlers/routes.rs#L28
expected one of `(`, `,`, `::`, or `=`, found `or`
|
Create binary for aarch64-apple-darwin:
fpx/src/api/handlers/routes.rs#L15
cannot find type `RoutesGetError` in this scope
|
Create binary for aarch64-apple-darwin:
fpx/src/api/handlers/routes.rs#L33
cannot find type `RoutesGetError` in this scope
|
Create binary for aarch64-apple-darwin:
fpx/src/api.rs#L84
the trait bound `fn(axum::extract::State<Arc<(dyn Store + 'static)>>) -> impl futures_util::Future<Output = std::result::Result<axum::Json<AllRoutes>, ApiServerError<{type error}>>> {route_get}: Handler<_, _>` is not satisfied
|
Create binary for aarch64-apple-darwin
Process completed with exit code 101.
|
Create binary for x86_64-apple-darwin:
fpx/src/api/handlers/routes.rs#L28
expected one of `(`, `,`, `::`, or `=`, found `or`
|
Create binary for x86_64-apple-darwin:
fpx/src/api/handlers/routes.rs#L15
cannot find type `RoutesGetError` in this scope
|
Create binary for x86_64-apple-darwin:
fpx/src/api/handlers/routes.rs#L33
cannot find type `RoutesGetError` in this scope
|
Create binary for x86_64-apple-darwin:
fpx/src/api.rs#L84
the trait bound `fn(axum::extract::State<Arc<(dyn Store + 'static)>>) -> impl futures_util::Future<Output = std::result::Result<axum::Json<AllRoutes>, ApiServerError<{type error}>>> {route_get}: Handler<_, _>` is not satisfied
|
Create binary for x86_64-apple-darwin
Process completed with exit code 101.
|
Create binary for x86_64-unknown-linux-gnu:
fpx/src/api/handlers/routes.rs#L28
expected one of `(`, `,`, `::`, or `=`, found `or`
|
Create binary for x86_64-unknown-linux-gnu:
fpx/src/api/handlers/routes.rs#L15
cannot find type `RoutesGetError` in this scope
|
Create binary for x86_64-unknown-linux-gnu:
fpx/src/api/handlers/routes.rs#L33
cannot find type `RoutesGetError` in this scope
|
Create binary for x86_64-unknown-linux-gnu:
fpx/src/api.rs#L84
the trait bound `fn(axum::extract::State<Arc<(dyn Store + 'static)>>) -> impl futures_util::Future<Output = std::result::Result<axum::Json<AllRoutes>, ApiServerError<{type error}>>> {route_get}: Handler<_, _>` is not satisfied
|
Create binary for x86_64-unknown-linux-gnu
Process completed with exit code 101.
|