pub(crate) type ItemAdder = fn(&mut Db, Token, Block);
The callback type for adding one item instance to the database.