pub trait IUIContextualUI_Impl: Sized {
    // Required method
    fn ShowAtLocation(&self, x: i32, y: i32) -> Result<()>;
}

Required Methods§

fn ShowAtLocation(&self, x: i32, y: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§