pub trait EntryExtManual: IsA<Entry> + Sealed + 'static {
    // Provided method
    fn invisible_char(&self) -> Option<char> { ... }
}

Provided Methods§

Implementors§