Trait remit::RemitWithLifetime
source · pub unsafe trait RemitWithLifetime<'a, T, X> { }Expand description
Trait used for relaxing the lifetime requirements of the generator storage.
Implemented automatically for generators that accept any lifetime.