Trait is_tree::unsafe_::UnsafeBorrow
source · pub unsafe trait UnsafeBorrow<'a> {
type Borrow;
// Required method
unsafe fn borrow(&'a self) -> Self::Borrow;
}
Expand description
This is required to generalize TreeIterator with a single ::new method.