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§
fn append_border( &self, outline: &RoundedRect, border_width: &[f32; 4], border_color: &[RGBA; 4], )
fn push_debug(&self, message: impl IntoGStr)
Object Safety§
This trait is not object safe.