delegate-attr 0.3.0

Attribute proc-macro to delegate method to a field
Documentation
1
2
3
4
5
error: expected an impl block or method inside impl block
 --> $DIR/delegate-struct.rs:4:1
  |
4 | struct Foo(Vec<u8>);
  | ^^^^^^