I would do something like this ```raw impl CompensationData { fn t1(&self) -> f32 { todo!() } } ```