Trait DialogExtManual

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

Required Methods§

Source

fn add_buttons(&self, buttons: &[(&str, ResponseType)])

Implementors§