pub type ProcessArcBox<'cglue_a> = ProcessBaseArcBox<'cglue_a, c_void, c_void>;
Expand description

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

Aliased Type§

struct ProcessArcBox<'cglue_a> { /* private fields */ }