Skip to main content

register_global_human_view_func

Function register_global_human_view_func 

Source
pub fn register_global_human_view_func(
    schema_id: impl Into<String>,
    render: impl Fn(&Value) -> String + Send + Sync + 'static,
)
Expand description

Registers a process-global custom human renderer.