pub trait DrawContextExtManual: 'static {
    fn frame_region(&self) -> Option<Region>;
}
Expand description

Trait containing manually implemented methods of DrawContext.

Required methods

Implementors