Enum dot_writer::Rank [−][src]
pub enum Rank {
Min,
Same,
Max,
Source,
Sink,
}Expand description
Node rank type, for more information see Graphviz documentation.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rankimpl UnwindSafe for RankBlanket Implementations
Mutably borrows from an owned value. Read more