blob: 441d3d8964bac2a5d545a911f2f32c1bf9e4cd8e [file] [log] [blame]
//! Less used details of `UniquePtr` and `SharedPtr`.
//!
//! The pointer types themselves are exposed at the crate root.
pub use crate::shared_ptr::SharedPtrTarget;
pub use crate::unique_ptr::UniquePtrTarget;
#[doc(no_inline)]
pub use cxx::{SharedPtr, UniquePtr};