pub fn queue_builtins() -> Vec<(&'static str, &'static str)>Expand description
The one resource an app gets for using queues.
Unconditional, unlike the billing tables: [queues] needs no configuration
to be useful — a function calling publish works in an app whose main.toml
never mentions queues at all — so the table has to be there before anyone
declares anything. It costs one empty table.