pub trait IWABExtInit_Impl: Sized {
    // Required method
    fn Initialize(&self, lpwabextdisplay: *mut WABEXTDISPLAY) -> Result<()>;
}

Required Methods§

fn Initialize(&self, lpwabextdisplay: *mut WABEXTDISPLAY) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§