pub trait LifetimeConstraint<Kind: Memory> { }
Expand description

Trait for constraining assume_safe lifetimes to the one of &self when T is reference-counted. This is an internal interface.

Implementors§