Expand description
Contains renderer types that can be used for raw outputs and notebook-based outputs. Can be extended.
Modules§
Structs§
- Render
Context - Context that is passed to the render functions.
- Rendered
Param
Traits§
- Document
Renderer - Trait used for rendering a whole document. The trait is used for configuring custom formats in the courses project.
- Render
Element - The base trait that renderers should implement for each type used by [create::ast::Ast].
Functions§
Type Aliases§
- Render
Result - Type alias used to specify that the string is a renderer output.