``` #[derive(Serialize, YaSerialize, Debug)] struct Envelop<T> { body: T, } struct Envelop<T> { | ^^^^^^^ - help: add missing generic argument | 147 | struct Envelop<T><T> { | +++ ```