Trait Pointee

Source
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.

Implementors§

Source§

impl<T: Debug> Pointee for T