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

Trait identifying the fragment identifier type.

Object Safety§

This trait is not object safe.

Implementors§