get_set_macro 1.1.2

Procedural macro to generate customizable getters and setters in Rust
Documentation
1
2
3
4
5
6
7
8
error[E0599]: no method named `get_skipped` found for struct `Example` in the current scope
  --> tests/ui/fail_allsetting.rs:16:13
   |
4  | struct Example {
   | -------------- method `get_skipped` not found for this struct
...
16 |     example.get_skipped();
   |             ^^^^^^^^^^^ method not found in `Example`