Trait win_msgbox::Options

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

Required Methods§

source

fn flags() -> MESSAGEBOX_STYLE

The flags this option requires to be shown.

Object Safety§

This trait is not object safe.

Implementors§