Module redact_composer_core::render
source · Expand description
Types and traits used for and during composition rendering.
Modules§
- Context structs involved during composition rendering.
- Basic n-ary tree implementation.
Structs§
- Implements a
Renderer
via a wrapped closure. - Wraps a
Segment
with additional render-related information. - 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§
- Defines render behavior for a specific
Element
.
Type Aliases§
Result
with a default error type ofRendererError
.