pub trait SetXYM<M>: SetXY + SetM<M> { // Provided method fn set_xym(&mut self, x: f64, y: f64, m: M) { ... } }
Composite Trait: XY + M
Set x, y and m