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