pub trait FragmentId: Eq + Hash + Clone + Debug + Serialize + Deserialize { }
Expand description

Trait identifying the fragment identifier type.

Implementors