pub trait CompletionInfoExtManual: 'static {
    // Required method
    fn move_to_iter<P: IsA<TextView>>(
        &self,
        view: &P,
        iter: Option<&mut TextIter>
    );
}

Required Methods§

source

fn move_to_iter<P: IsA<TextView>>(&self, view: &P, iter: Option<&mut TextIter>)

Object Safety§

This trait is not object safe.

Implementors§