pub trait EntryExtManual: 'static {
    // Required method
    fn invisible_char(&self) -> Option<char>;
}
Expand description

Trait containing manually implemented methods of Entry.

Required Methods§

Implementors§