mz_repr::explain::text

Function 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.