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

Provided Methods§

Implementors§