alloc_traits

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§

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