pub fn text_string<T: DisplayText>(t: &T) -> String
Expand description

Render a type t: T as ExplainFormat::Text.

Panics

Panics if the DisplayText::fmt_text call returns a fmt::Error.