pub trait DialogExtManual: 'static { // Required method fn add_buttons(&self, buttons: &[(&str, ResponseType)]); }