Type Alias memflow::os::root::cglue_os::OsBaseArcBox

source ·
pub type OsBaseArcBox<'cglue_a, CGlueT, CGlueC> = OsBaseCtxBox<'cglue_a, CGlueT, CArc<CGlueC>>;
Expand description

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

Aliased Type§

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