Expand description
Defines the interfaces for accessing and querying shapes.
Traits§
- Render
Backend - This is the trait that all rendering backends need to implement.
- Renderable
- This is the trait that all elements that can be rendered on a canvas need to implement.
- Visible
- This is the trait that all elements that can be arranged need to implement.