pub type HandleId<'a> = Handle<'a, jsid>;
Aliased Type§
struct HandleId<'a> {
pub(crate) ptr: &'a PropertyKey,
}
Fields§
§ptr: &'a PropertyKey
pub type HandleId<'a> = Handle<'a, jsid>;
struct HandleId<'a> {
pub(crate) ptr: &'a PropertyKey,
}
ptr: &'a PropertyKey