mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
8 lines
358 B
Text
8 lines
358 B
Text
error[E0412]: cannot find type `read_any___gotham_restful_endpoint` in this scope
|
|
--> $DIR/unknown_method.rs:5:12
|
|
|
|
|
5 | #[resource(read_any)]
|
|
| ^^^^^^^^ help: a struct with a similar name exists: `read_all___gotham_restful_endpoint`
|
|
...
|
|
8 | #[read_all]
|
|
| ----------- similarly named struct `read_all___gotham_restful_endpoint` defined here
|