#[derive(Interned)]
Expand description
Allow a type to be interned in the database.
This type must implement Clone
, Eq
, and Hash
.
#[derive(Interned)]
Allow a type to be interned in the database.
This type must implement Clone
, Eq
, and Hash
.