Add missing public exports of auxiliary SearchPath types.

This commit is contained in:
Stu Black 2016-03-21 21:37:41 -04:00
parent 87f727a4d3
commit d45ac9a27b

View File

@ -8,7 +8,7 @@ use self::hidden::mutators::{make_mut_edge, make_mut_node};
pub use self::hidden::nav::{ChildList, ChildListIter, Edge, Node, ParentList, ParentListIter};
pub use self::hidden::mutators::{EdgeExpander, MutChildList, MutEdge, MutNode, MutParentList};
pub use self::hidden::mutators::path::{SearchError, SearchPath, SearchPathIter};
pub use self::hidden::mutators::path::{SearchError, SearchPath, SearchPathIter, PathItem, Traversal};
/// A search graph.
///