Trait sourceview5::prelude::DrawContextExtManual
source · pub trait DrawContextExtManual: Sealed + IsA<DrawContext> + 'static {
// Provided method
fn frame_region(&self) -> Option<Region> { ... }
}
Expand description
Trait containing manually implemented methods of
DrawContext
.
Provided Methods§
fn frame_region(&self) -> Option<Region>
Object Safety§
This trait is not object safe.