Trait stack_graphs::paths::Extend
source · [−]Expand description
A collection that can be used to receive the results of the Path::extend
method.
Note: There’s an open issue to add these methods to std’s Extend
trait. If
that gets merged, we can drop this trait and use the std one instead.
Required Methods
Reserve space for additional
elements in the collection.