pub type AsRefBaseCtxBox<'cglue_a, CGlueT, CGlueCtx, T> = AsRefBase<'cglue_a, CBox<'cglue_a, CGlueT>, CGlueCtx, T>;
Expand description

CtxBoxed CGlue trait object for trait AsRef with context.

Aliased Type§

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