Enum daggy::petgraph::dot::Config [] [src]

pub enum Config {
    NodeIndexLabel,
    EdgeIndexLabel,
    EdgeNoLabel,
    // some variants omitted
}

Dot configuration.

This enum does not have an exhaustive definition (will be expanded)

Variants

Use indices for node labels.

Use indices for edge labels.

Use no edge labels.

Trait Implementations

impl Eq for Config

impl PartialEq<Config> for Config

impl Debug for Config

Formats the value using the given formatter.