Skip to main content

impl_json_display

Macro impl_json_display 

Source
macro_rules! impl_json_display {
    ($($t:ty),+ $(,)?) => { ... };
}
Expand description

Implements Display for types that implement Serialize. The output is compact JSON format.