pub trait Id {
    fn id() -> Pubkey;
}
Expand description

Defines the id of a program.

Required methods

Implementors