Trait sourceview5::subclass::indenter::IndenterImpl
source · pub trait IndenterImpl: ObjectImpl {
// Provided methods
fn is_trigger(
&self,
view: &View,
location: &TextIter,
state: ModifierType,
keyval: Key,
) -> bool { ... }
fn indent(&self, view: &View, iter: &mut TextIter) { ... }
}
Provided Methods§
fn is_trigger( &self, view: &View, location: &TextIter, state: ModifierType, keyval: Key, ) -> bool
fn indent(&self, view: &View, iter: &mut TextIter)
Object Safety§
This trait is not object safe.