[][src]Module forest_ipld::selector

Structs

LastBlockInfo

Contains information about the last block that was traversed in walking of the ipld graph.

Progress

Contains progress of traversal and last block information from link traversals.

Enums

Condition

Condition is expresses a predicate with a boolean result.

RecursionLimit
Selector

Selectors are expressions that identify and select a subset of data from an IPLD DAG. Selectors are themselves IPLD and can be serialized and deserialized as such.

VisitReason

Provides reason for callback in traversal for walk_all.

Traits

LinkResolver