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

Provided Methods

Implementors