buttons

Function buttons 

Source
pub fn buttons(
    label: &str,
    buttons: impl IntoIterator<Item = (impl Into<String>, char)>,
) -> ButtonsInput<'_>