pub unsafe trait Within<R: Region>: Pointer { }
A pointer that knows where its target is located
The target of the type must be located in R.
target
R