pub struct ShardedLookup<'needle> { /* private fields */ }
Expand description

ShardedLookup can walk over multiple HAMT sharded directory nodes which allows multiple block spanning directories.

Implementations

Returns the next pending link and an iterator over the rest.

Continues the walk in the DAG of HAMT buckets searching for the original needle.

Transforms this ShardedLookup into a ShardedLookup<'static> by taking ownership of the needle we are trying to find.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Scrape the references from an impl Read. Read more
Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.