Function register_data_renderer

Source
pub fn register_data_renderer<C: CustomDataRenderer>(
    custom: C,
) -> (&'static mut C, CoreDataRenderer)
Expand description

Registers a custom data renderer, this allows you to customize the representation of data variables.