Trait mz_repr::explain::json::DisplayJson

source ·
pub trait DisplayJson
where 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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DisplayJson for Value

source§

impl DisplayJson for String

Implementors§