pub trait LifetimeConstraint<Kind: Memory> { }
Trait for constraining assume_safe lifetimes to the one of &self when T is reference-counted. This is an internal interface.
assume_safe
&self
T