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