Trait solana_program::sysvar::SysvarId[][src]

pub trait SysvarId {
    fn check_id(pubkey: &Pubkey) -> bool;
}

Required methods

Implementors