pub fn dot_string<T: DisplayDot<()>>(t: &T) -> String
Expand description
Render a type t: T
as ExplainFormat::Dot
.
§Panics
Panics if the DisplayDot::fmt_dot
call returns a fmt::Error
.
pub fn dot_string<T: DisplayDot<()>>(t: &T) -> String
Render a type t: T
as ExplainFormat::Dot
.
Panics if the DisplayDot::fmt_dot
call returns a fmt::Error
.