Trait mz_repr::explain::json::DisplayJson
source · pub trait DisplayJsonwhere
Self: Sized,{
// Required method
fn to_serde_value(&self) -> Result<Value>;
}
Expand description
A trait implemented by explanation types that can be rendered as
ExplainFormat::Json
.
Required Methods§
fn to_serde_value(&self) -> Result<Value>
Object Safety§
This trait is not object safe.