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