Type Definition phtm::HasImmPtrTo[][src]

pub type HasImmPtrTo<T> = PhantomData<*const T>;
Expand description

See the crate root documentation for details on variance.