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
Renderervia a wrapped closure. - Wraps a
Segmentwith additional render-related information. - A group of
Renderers for a singleRenderer::Element. This group is itself aRendererwhich renders as a unit, returningcrate::error::RendererErrorif any of itsRenderers do.
Traits
- Defines render behavior for a specific
Element.
Type Aliases
Resultwith a default error type ofRendererError.