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

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