pub type BSTAutoPointer<T> = BSTSmartPointer<T, BSTSmartPointerAutoPtr>;Aliased Typeยง
struct BSTAutoPointer<T> { /* private fields */ }pub type BSTAutoPointer<T> = BSTSmartPointer<T, BSTSmartPointerAutoPtr>;struct BSTAutoPointer<T> { /* private fields */ }