Type Alias tor_hsservice::timeout_track::InstantEarliest

source ·
type InstantEarliest = Cell<Option<Duration>>;
Expand description

Earliest timeout at which an Instant based timeout should occur, as duration from now

The actual tracker, found via TrackingInstantNow or TrackingInstantOffsetNow

Aliased Type§

struct InstantEarliest { /* private fields */ }