Type Definition phtm::InvariantOverLt [−][src]
pub type InvariantOverLt<'inv> = InvariantOver<&'inv ()>;Expand description
Marks a lifetime as invariant.
See the crate root documentation for details on variance.
pub type InvariantOverLt<'inv> = InvariantOver<&'inv ()>;Marks a lifetime as invariant.
See the crate root documentation for details on variance.