pub trait DialogImpl: DialogImplExt + WindowImpl {
fn response(&self, dialog: &Self::Type, response: ResponseType) { ... }
fn close(&self, dialog: &Self::Type) { ... }
}
pub trait DialogImpl: DialogImplExt + WindowImpl {
fn response(&self, dialog: &Self::Type, response: ResponseType) { ... }
fn close(&self, dialog: &Self::Type) { ... }
}