Type Definition mozjs::gc::root::HandleObject

source ·
pub type HandleObject<'a> = Handle<'a, *mut JSObject>;

Implementations§

source§

impl<'a> HandleObject<'a>

source

pub fn null() -> Self