Trait graphics_rs::traits::shape::Shape

source ·
pub trait Shape {
    // Required method
    fn draw_to(&mut self, canvas: &mut impl Canvas);
}

Required Methods§

source

fn draw_to(&mut self, canvas: &mut impl Canvas)

Object Safety§

This trait is not object safe.

Implementors§