Trait simple_graph::Label

source ·
pub trait Label: Ord + Hash + Clone + Default + Debug + FromStr + Display { }
Expand description

Trait used for serialization and deserialization of the Trivial Graph Format

Implementors