pub type Binder<'db, T> = Binder<DbInterner<'db>, T>;
pub struct Binder<'db, T> { /* private fields */ }