Trait win_msgbox::Options
source · pub trait Options: From<MESSAGEBOX_RESULT> {
// Required method
fn flags() -> MESSAGEBOX_STYLE;
}Expand description
This trait is implemented for all possible options.
Available are:
Required Methods§
Object Safety§
This trait is not object safe.