Skip to main content

HumanViewFn

Type Alias HumanViewFn 

Source
pub type HumanViewFn = Arc<dyn Fn(&Value) -> String + Send + Sync>;
Expand description

Function used to render custom human output for a JSON value.

Aliased Typeยง

pub struct HumanViewFn { /* private fields */ }