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