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.
pub fn register_data_renderer<C: CustomDataRenderer>(
custom: C,
) -> (&'static mut C, CoreDataRenderer)Registers a custom data renderer, this allows you to customize the representation of data variables.