Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T: Ord + Hash + Clone + Default + Debug + FromStr + Display> Label for T