Owns

Type Alias Owns 

Source
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.

Aliased Typeยง

pub struct Owns<T>;