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

Trait identifying the fragment identifier type. TODO: add a Readable trait bound

Implementors§