Trait mz_repr::explain::text::DisplayText
source · pub trait DisplayText<C = ()>where
Self: Sized,{
// Required method
fn fmt_text(&self, f: &mut Formatter<'_>, ctx: &mut C) -> Result;
}
Expand description
A trait implemented by explanation types that can be rendered as
super::ExplainFormat::Text
.
Required Methods§
Object Safety§
This trait is not object safe.