Module format

Source
Expand description

Defines the interfaces for accessing and querying shapes.

Traits§

RenderBackend
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.

Type Aliases§

ClipHandle