Expand description
Contains all builtin objects that can be rendered.
As well as the Object trait that all objects must implement,
and allows you to create custom objects.
Structs§
- Math
- Render a math expression using mathjax.
- Polygon
- A polygon object.
- RawSvg
- A raw SVG object.
- Text
- A text object.
Enums§
- Direction
- Represents a direction.
Traits§
- Object
- The
Objecttrait is implemented by all objects that can be rendered.