pub trait UniquePointee: Debug { }
The UniquePointee serves as a contract of sorts to ensure that types used in [UniquePointer] implement Debug, because of it being considered experimental.
UniquePointee
UniquePointer