Type Alias BSTAutoPointer

Source
pub type BSTAutoPointer<T> = BSTSmartPointer<T, BSTSmartPointerAutoPtr>;

Aliased Typeยง

struct BSTAutoPointer<T> { /* private fields */ }