use PhantomData;
/// Navigator type describing a skipped element
;
/// Navigator type describing the target element
;
/// A value which can be used with the `BorrowBag` to borrow the element which was added.
///
/// See [`BorrowBag`][BorrowBag] for usage examples.
///
/// [BorrowBag]: struct.BorrowBag.html
/// Creates a new `Handle` of any given type.
pub
// Derived `Copy` doesn't work here.