pub unsafe trait AliasableDeref: Deref { }
Expand description
Marker trait for a pointer type that is allowed to have its pointee aliased (except when dropped).
pub unsafe trait AliasableDeref: Deref { }
Marker trait for a pointer type that is allowed to have its pointee aliased (except when dropped).