Function mz_repr::explain_new::text_string
source · pub fn text_string<T: DisplayText>(t: &T) -> StringExpand description
Render a type t: T as ExplainFormat::Text.
Panics
Panics if the DisplayText::fmt_text call returns a fmt::Error.