pub trait SnapshotExtManual: 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)
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.