Trait light_system_program::invoke_cpi::processor::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.