pub trait IModalWindow_Impl: Sized {
    // Required method
    fn Show(&self, hwndowner: HWND) -> Result<()>;
}

Required Methods§

fn Show(&self, hwndowner: HWND) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§