pub trait OffsetObject: Object {
// Provided methods
fn offset<O: Number>(self, offset: O) -> Offset<Self>
where Self: Sized { ... }
fn offset_rounded<O: Number>(self, offset: O) -> Offset<Self>
where Self: Sized { ... }
}pub trait OffsetObject: Object {
// Provided methods
fn offset<O: Number>(self, offset: O) -> Offset<Self>
where Self: Sized { ... }
fn offset_rounded<O: Number>(self, offset: O) -> Offset<Self>
where Self: Sized { ... }
}