Type Definition phantasm::Lt

source · []
pub type Lt<'lifetime> = Lt<'lifetime>;
Expand description

Marker zero-sized type that is covariant over 'lifetime.

You can use it with other types from this crate to denote variance over a particular lifetime, instead of a type.