Trait sourceview5::prelude::SnapshotExtManual

source ·
pub trait SnapshotExtManual: Sealed + IsA<Snapshot> + 'static {
    // Provided methods
    fn append_border(
        &self,
        outline: &RoundedRect,
        border_width: &[f32; 4],
        border_color: &[RGBA; 4],
    ) { ... }
    fn push_debug(&self, message: impl IntoGStr) { ... }
}

Provided Methods§

source

fn append_border( &self, outline: &RoundedRect, border_width: &[f32; 4], border_color: &[RGBA; 4], )

source

fn push_debug(&self, message: impl IntoGStr)

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> SnapshotExtManual for O
where O: IsA<Snapshot>,