pub trait NavigatorTextViewExt: IsA<NavigatorTextView> + Sealed + 'static {
    // Provided method
    fn view(&self) -> Option<TextView> { ... }
}
Expand description

Trait containing all NavigatorTextView methods.

Implementors

NavigatorTextView

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§