Trait binary_tree::unbox::Unbox [] [src]

pub trait Unbox<T: Sized> {
    fn unbox(self) -> T;
}

Trait specifying unboxing capability of a pointer type.

Required Methods

fn unbox(self) -> T

Implementors