pub trait Outlive<'t> {
    type Target;
}
Expand description

The trait to help break lifetime rules when JS objects leaves current context via Persistent wrapper.

Required Associated Types

The target which has the same type as a Self but with another lifetime 't

Implementors