Skip to main content

IndenterImplExt

Trait IndenterImplExt 

Source
pub trait IndenterImplExt: IndenterImpl {
    // Provided methods
    fn parent_is_trigger(
        &self,
        view: &View,
        location: &TextIter,
        state: ModifierType,
        keyval: Key,
    ) -> bool { ... }
    fn parent_indent(&self, view: &View, iter: &mut TextIter) { ... }
}

Provided Methods§

Source

fn parent_is_trigger( &self, view: &View, location: &TextIter, state: ModifierType, keyval: Key, ) -> bool

Source

fn parent_indent(&self, view: &View, iter: &mut TextIter)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§