Function swayr::util::wofi_select[][src]

pub fn wofi_select<'a, 'b, TS>(
    prompt: &'a str,
    choices: &'b [TS]
) -> Option<&'b TS> where
    TS: Display + Sized