Type Alias mozjs::gc::custom::SequenceRooterGuard

source ·
pub type SequenceRooterGuard<'a, T> = CustomAutoRooterGuard<'a, Vec<T>>;

Aliased Type§

struct SequenceRooterGuard<'a, T> {
    rooter: &'a mut CustomAutoRooter<Vec<T>>,
}

Fields§

§rooter: &'a mut CustomAutoRooter<Vec<T>>