[][src]Type Definition phantomdrop::PhantomDropPure

type PhantomDropPure<T> = PhantomDrop<T, fn(_: T)>;

PhantomDrop that does not capture.