pub type FunctionClassRef = Rc<FunctionClass>;

Aliased Type§

struct FunctionClassRef {
    ptr: NonNull<RcBox<FunctionClass>>,
    phantom: PhantomData<RcBox<FunctionClass>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<RcBox<FunctionClass>>§phantom: PhantomData<RcBox<FunctionClass>>§alloc: Global