pub fn evaluate_expires_at(
current_time: u64,
lease_expiry: LeaseExpiry,
) -> ExpiryResultExpand description
Evaluates whether a lease is still active or has expired.
A lease is considered expired if its expires_at timestamp is less than
or equal to the current time.