Skip to main content

find_srv_for_time

Function find_srv_for_time 

Source
fn find_srv_for_time(
    info: &[(SharedRandVal, Range<SystemTime>)],
    when: SystemTime,
) -> Option<&(SharedRandVal, Range<SystemTime>)>
Expand description

Given a list of SrvInfo, return the SrvInfo (if any) that is the most recent SRV at when.