pub type Qid = SmolStr;
A qualified id is a string that identifies a type of a record and some key derived from the record e.g. a an entity and a primary key of the entity.
pub struct Qid(/* private fields */);