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.

Implementations on Foreign Types

Implementors