enum PopupSelection [src]

Fields

ok
cancel
yes
no

Source

pub const PopupSelection = enum(u32) { ok, cancel, yes, no, }