pub trait NativeDialogImplExt: ObjectSubclass {
    // Required methods
    fn parent_response(&self, response: ResponseType);
    fn parent_show(&self);
    fn parent_hide(&self);
}

Required Methods§

Implementors§