Searched defs:DotAttributes (Results 1 – 2 of 2) sorted by relevance
29 type DotAttributes struct { struct30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {
11 pub(crate) trait DotAttributes { interface