Trait solana_sdk::sysvar::SysvarId[][src]

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

Required methods

Implementors