Skip to main content

install_expiry_times

Function install_expiry_times 

Source
pub fn install_expiry_times(
    times: ExpiryTimes,
) -> Result<(), ExpiryTimesInstallError>
Expand description

Install the process-wide expiry time policy. Call once at startup, before any component derives expiry timestamps.

Idempotent for identical configurations; installing a different configuration after the first install is an error because earlier-derived timestamps would silently disagree with later ones.