pub trait MnemonicWidgetInfoExt {
// Required methods
fn is_mnemonic_scope(&self) -> bool;
fn mnemonic(&self) -> Option<&Var<Mnemonic>>;
fn mnemonic_txt(&self) -> Option<&Var<Txt>>;
}Expand description
Extension methods for widget info about mnemonic metadata.
Required Methods§
Sourcefn is_mnemonic_scope(&self) -> bool
fn is_mnemonic_scope(&self) -> bool
If mnemonic_scope is enabled in the widget.
Sourcefn mnemonic_txt(&self) -> Option<&Var<Txt>>
fn mnemonic_txt(&self) -> Option<&Var<Txt>>
Reference the mnemonic_txt set on this widget.