Function make_cppgc_object

Source
pub fn make_cppgc_object<'a, T: 'static>(
    scope: &mut HandleScope<'a>,
    t: T,
) -> Local<'a, Object>