Struct stack_graphs::partial::PartialPaths[][src]

pub struct PartialPaths { /* fields omitted */ }
Expand description

Manages the state of a collection of partial paths built up as part of the partial-path-finding algorithm or path-stitching algorithm.

Implementations

Finds all partial paths in a file, calling the visit closure for each one.

This function will not return until all reachable partial paths have been processed, so graph must already contain a complete stack graph. If you have a very large stack graph stored in some other storage system, and want more control over lazily loading only the necessary pieces, then you should code up your own loop that calls PartialPath::extend manually.

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

Performs the conversion.

Performs the conversion.

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.