pub trait IESCloseMmiEvent_Impl: Sized + IESEvent_Impl {
    // Required method
    fn GetDialogNumber(&self) -> Result<u32>;
}

Required Methods§

fn GetDialogNumber(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§