Skip to main content

Invariant

Type Alias Invariant 

Source
pub type Invariant<'lt> = AllocTime<'lt>;
👎Deprecated:

Use the new name ‘AllocTime’ instead

Expand description

A marker struct denoting a lifetime that is not simply coercible to another.

Aliased Type§

pub struct Invariant<'lt> { /* private fields */ }