Type Definition mozjs::rust::HandleObject

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

Implementations§

source§

impl<'a> HandleObject<'a>

source

pub fn null() -> Self