Type Definition phtm::Owns[][src]

pub type Owns<T> = PhantomData<T>;
Expand description

Verbose version of PhantomData.

It is covariant over T with drop checking.

See the crate root documentation for details on variance and drop checking.