Module data_renderer

Source

Structs§

CoreDataRenderer
TypeContext
Data renderers are recursive, so we keep track of observed types.

Enums§

RegistrationType
Used by CustomDataRenderer to determine the priority of the renderer relative to other registered renderers.

Traits§

CustomDataRenderer

Functions§

register_data_renderer
Registers a custom data renderer, this allows you to customize the representation of data variables.
render_lines_for_data
Renders the data at the given address using the registered data renderers, returning associated lines.