pub trait Ids { // Required method fn ids() -> &'static [Pubkey]; }
Defines the possible ids of a program.