pub type ArqBounds = Arq<SpaceOffset>;
Expand description

Alias for Arq with an SpaceOffset start

Implementations

The two arqs represent the same interval despite having potentially different terms

Return the ArqBounds which most closely matches the given DhtArcRange

Return the ArqBounds which is equivalent to the given DhtArcRange if it exists.

Upcast this ArqBounds to an Arq that has knowledge of its Loc

An arbitrary zero-coverage arq.

Iterate over each segment (chunk) in the Arq

Get a reference to the arq bounds’s offset.

Trait Implementations

Converts to this type from the input type.