Function mz_repr::explain_new::dot_string
source · pub fn dot_string<T: DisplayDot<()>>(t: &T) -> StringExpand description
Render a type t: T as ExplainFormat::Dot.
Panics
Panics if the DisplayDot::fmt_dot call returns a fmt::Error.