Skip to main content

earliest

Function earliest 

Source
fn earliest(a: Option<Instant>, b: Option<Instant>) -> Instant
Expand description

Return the earlier of two optional deadlines, or a far-future deadline if neither is armed.