pub trait DisplayJsonwhere
    Self: Sized,
{ fn to_serde_value(&self) -> Result<Value>; }
Expand description

A trait implemented by explanation types that can be rendered as ExplainFormat::Json.

Required Methods§

Implementations on Foreign Types§

Implementors§