[][src]Type Definition smart_ptr::unique::Global

type Global<T> = Unique<T, DefaultDeleter>;

Alias to Unique with DefaultDeleter as second type parameter

Trait Implementations

impl<T> From<Box<T>> for Global<T>[src]