Enum dot::Style [−][src]
pub enum Style { None, Invisible, Solid, Dashed, Dotted, Bold, Rounded, Diagonals, Filled, Striped, Wedged, }
The style for a node or edge. See http://www.graphviz.org/doc/info/attrs.html#k:style for descriptions. Note that some of these are not valid for edges.