When i use any extractor it gives an error:
the trait bound fn(Json) -> ... {hello_user}: OperationHandler<_, > is not satisfied
the trait OperationHandler<, _> is not implemented for fn item fn(Json) -> impl Future<Output = impl IntoApiResponse> {hello_user}
the trait OperationHandler<I, O> is implemented for Layered<L, H, T, S>
the full name for the type has been written to ...
Im following the axum example, but i cant make it past this part.
When i use any extractor it gives an error:
the trait bound fn(Json) -> ... {hello_user}: OperationHandler<_, > is not satisfied
the trait OperationHandler<, _> is not implemented for fn item fn(Json) -> impl Future<Output = impl IntoApiResponse> {hello_user}
the trait OperationHandler<I, O> is implemented for Layered<L, H, T, S>
the full name for the type has been written to ...
Im following the axum example, but i cant make it past this part.