pub trait RotatedImageWidgetRefExt {
// Required methods
fn rotated_image(&self, path: &[LiveId]) -> RotatedImageRef;
fn as_rotated_image(&self) -> RotatedImageRef;
}
pub trait RotatedImageWidgetRefExt {
// Required methods
fn rotated_image(&self, path: &[LiveId]) -> RotatedImageRef;
fn as_rotated_image(&self) -> RotatedImageRef;
}