Trait is_tree::unsafe_::UnsafeClone

source ·
pub unsafe trait UnsafeClone {
    // Required method
    unsafe fn unsafe_clone(&self) -> Self;
}
Expand description

This is required to generalize TreeIterator with a single ::new method.

Required Methods§

source

unsafe fn unsafe_clone(&self) -> Self

Clones the object.

Object Safety§

This trait is not object safe.

Implementors§