pub trait ScaleImpl: ScaleImplExt + RangeImpl { // Provided method fn layout_offsets(&self) -> (i32, i32) { ... } }