pub trait CheckerDialogExt: IsA<CheckerDialog> + Sealed + 'static {
    // Provided method
    fn spell_navigator(&self) -> Option<Navigator> { ... }
}
Expand description

Trait containing all CheckerDialog methods.

Implementors

CheckerDialog

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§