zng_ext_image

Trait 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.

Required Methods§

source

fn into_any(self: Box<Self>) -> Box<dyn Any>

Cast to Box<dyn Any>.

Implementors§