Derive Macro Interned

Source
#[derive(Interned)]
Expand description

Allow a type to be interned in the database.

This type must implement Clone, Eq, and Hash.