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.
pub trait ImageRenderWindowRoot:
Send
+ Any
+ 'static {
// Required method
fn into_any(self: Box<Self>) -> Box<dyn Any>;
}
Implemented for the root window type.
This is implemented for the WindowRoot
type.