pub trait RotatedImageWidgetRefExt {
// Required methods
fn rotated_image(&self, path: &[LiveId]) -> RotatedImageRef;
fn as_rotated_image(&self) -> RotatedImageRef;
}Required Methods§
fn rotated_image(&self, path: &[LiveId]) -> RotatedImageRef
fn as_rotated_image(&self) -> RotatedImageRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".