pub trait FragmentId: Eq + Hash + Clone + Debug + Serialize + Deserialize { }
Trait identifying the fragment identifier type.