pub trait RotateExtrudeObject: Object {
// Provided method
fn rotate_extrude(self) -> RotateExtrude<Self>
where Self: Sized { ... }
}pub trait RotateExtrudeObject: Object {
// Provided method
fn rotate_extrude(self) -> RotateExtrude<Self>
where Self: Sized { ... }
}