Derive Macro verde_derive::Interned

source ·
#[derive(Interned)]
Expand description

Allow a type to be interned in the database.

This type must implement Clone, Eq, and Hash.