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