Trait rquickjs_core::Outlive
source · pub trait Outlive<'t> {
type Target;
}
Expand description
The trait to help break lifetime rules when JS objects leaves current context via Persistent
wrapper.
pub trait Outlive<'t> {
type Target;
}
The trait to help break lifetime rules when JS objects leaves current context via Persistent
wrapper.