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

Trait containing manually implemented methods of Entry.

Required methods

Implementors