pub unsafe trait Within<R: Region>: Pointer { }
Expand description

A pointer that knows where its target is located

Safety

The target of the type must be located in R.

Implementors