pub unsafe trait SafeDeref: Deref { }Expand description
Alternative to the Deref trait. Contrary to Deref, must always return the same object.
pub unsafe trait SafeDeref: Deref { }Alternative to the Deref trait. Contrary to Deref, must always return the same object.