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

Required Methods§

Implementors§