pub type ProcessBaseCtxRef<'cglue_a, CGlueT, CGlueCtx> = ProcessBase<'cglue_a, &'cglue_a CGlueT, CGlueCtx>;
Expand description

By-ref CGlue trait object for trait Process with a context.

Aliased Type§

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