pub type ConnectorCpuStateCtxBox<'cglue_a, CGlueCtx> = ConnectorCpuStateBaseCtxBox<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque CtxBoxed CGlue trait object for trait ConnectorCpuState with a context.

Aliased Type§

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