i mean, ``` struct s(a: Read); impl Raad for s { read() -> ... { mut buf = {} s.0.read(&mut buf) } } ```