Trait win_msgbox::Options

source ·
pub trait Options: From<MESSAGEBOX_RESULT> {
    fn flags() -> MESSAGEBOX_STYLE;
}
Expand description

Required Methods§

The flags this option requires to be shown.

Implementors§