pub trait ImageRenderWindowRoot:
Send
+ Any
+ 'static { }Expand description
Implemented for the root window type.
This is implemented for the WindowRoot type.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".