pub trait GetIdentifier<'a> { // Required method fn identifier(&self, db: &'a dyn Database) -> SmolStrId<'a>; }