pub trait ScaleImpl: ScaleImplExt + RangeImpl {
// Provided method
fn layout_offsets(&self) -> (i32, i32) { ... }
}
Provided Methods§
fn layout_offsets(&self) -> (i32, i32)
Object Safety§
This trait is not object safe.
pub trait ScaleImpl: ScaleImplExt + RangeImpl {
// Provided method
fn layout_offsets(&self) -> (i32, i32) { ... }
}