Trait sourceview5::prelude::EntryExtManual
source · pub trait EntryExtManual: Sealed + IsA<Entry> + 'static {
// Provided method
fn invisible_char(&self) -> Option<char> { ... }
}
Expand description
Trait containing manually implemented methods of Entry
.
Provided Methods§
fn invisible_char(&self) -> Option<char>
Object Safety§
This trait is not object safe.