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