Trait sourceview5::prelude::ViewManualExt

source ·
pub trait ViewManualExt: Sealed + IsA<View> + 'static {
    // Provided methods
    fn mark_attributes(
        &self,
        category: &str,
        priority: i32,
    ) -> Option<MarkAttributes> { ... }
    fn push_snippet<P: IsA<Snippet>>(
        &self,
        snippet: &P,
        location: Option<&mut TextIter>,
    ) { ... }
}

Provided Methods§

source

fn mark_attributes( &self, category: &str, priority: i32, ) -> Option<MarkAttributes>

source

fn push_snippet<P: IsA<Snippet>>( &self, snippet: &P, location: Option<&mut TextIter>, )

Object Safety§

This trait is not object safe.

Implementors§