pub trait DisplayDot<C = ()>where
    Self: Sized,
{ fn fmt_dot(&self, f: &mut Formatter<'_>, ctx: &mut C) -> Result; }
Expand description

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

Required Methods§

Implementations on Foreign Types§

Implementors§