[][src]Function solana_sdk::sysvar::rent::verify_rent_exemption

pub fn verify_rent_exemption(
    keyed_account: &KeyedAccount,
    rent_sysvar_account: &KeyedAccount
) -> Result<(), InstructionError>