pub trait Render { // Required method fn render(&self) -> String; }
Renders this object into a format that can be viewed by external tooling (e.g. DotViz, HTML, etc.)
Render this object into a visual representation.