Trait zng_ext_image::ImageRenderWindowRoot
source · pub trait ImageRenderWindowRoot:
Send
+ Any
+ 'static {
// Required method
fn into_any(self: Box<Self>) -> Box<dyn Any>;
}
Expand description
Implemented for the root window type.
This is implemented for the WindowRoot
type.