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