Trait anchor_lang::Id

source ·
pub trait Id {
    // Required method
    fn id() -> Pubkey;
}
Expand description

Defines the id of a program.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§