use delegate_attr::delegate; struct Foo(Vec); #[delegate(x)] impl Foo { x } fn main() {}