Enum rs_graph::steinlib::EdgeAttr [−][src]
pub enum EdgeAttr {
BendLeft,
BendRight,
}Edge drawing attributes.
Variants
Arc should be bend to the left.
Arc should be bend to the right.
Trait Implementations
impl StructuralPartialEq for EdgeAttr[src]
impl StructuralPartialEq for EdgeAttr[src]Auto Trait Implementations
impl RefUnwindSafe for EdgeAttr
impl RefUnwindSafe for EdgeAttrimpl UnwindSafe for EdgeAttr
impl UnwindSafe for EdgeAttr