Expand description
Types and traits used for and during composition rendering.
Modules§
- context
- Context structs involved during composition rendering.
Structs§
- Adhoc
Renderer - Implements a
Renderer
via a wrapped closure. - Render
Engine - A mapping of
Element
toRenderer
s used to delegate rendering of genericSegment
s via theirElement
. Only oneRenderer
per type is allowed in the current implementation. - Render
Segment - Wraps a
Segment
with additional render-related information. - Renderer
Group - A group of
Renderer
s for a singleRenderer::Element
. This group is itself aRenderer
which renders as a unit, returningcrate::error::RendererError
if any of itsRenderer
s do.
Traits§
Type Aliases§
- Result
Result
with a default error type ofRendererError
.