pub type ProcessBaseBox<'cglue_a, CGlueT> = ProcessBase<'cglue_a, CBox<'cglue_a, CGlueT>, NoContext>;
Expand description

Boxed CGlue trait object for trait Process.

Aliased Type§

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