delegate-attr 0.3.0

Attribute proc-macro to delegate method to a field
Documentation
1
2
3
4
5
error: expected identifier, found keyword `self`
 --> $DIR/call-path.rs:7:12
  |
7 |     #[call(self.len)]
  |            ^^^^