Trait anchor_lang::Ids

source ·
pub trait Ids {
    // Required method
    fn ids() -> &'static [Pubkey];
}
Expand description

Defines the possible ids of a program.

Required Methods§

source

fn ids() -> &'static [Pubkey]

Object Safety§

This trait is not object safe.

Implementors§