pub type ProcessBaseArcBox<'cglue_a, CGlueT, CGlueC> = ProcessBaseCtxBox<'cglue_a, CGlueT, CArc<CGlueC>>;
Expand description

Boxed CGlue trait object for trait Process with a CArc reference counted context.

Aliased Type§

struct ProcessBaseArcBox<'cglue_a, CGlueT, CGlueC> { /* private fields */ }