pub trait Pointee: Sealed { }
Expand description
Types that can be pointed to by GuestPtr<T>
.
In essence everything can, and the only special-case is unsized types like
str
and [T]
which have special implementations.
pub trait Pointee: Sealed { }
Types that can be pointed to by GuestPtr<T>
.
In essence everything can, and the only special-case is unsized types like
str
and [T]
which have special implementations.