pub trait IPhotoProgressActionCB_Impl: Sized {
    // Required method
    fn DoAction(&self, hwndparent: HWND) -> Result<()>;
}

Required Methods§

fn DoAction(&self, hwndparent: HWND) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§