pub trait SetXYZ: SetXY + SetZ { // Provided method fn set_xyz(&mut self, x: f64, y: f64, z: f64) { ... } }
Composite Trait: XY + Z
Set x, y and z