pub type DebugBaseCtxRef<'cglue_a, CGlueT, CGlueCtx> = DebugBase<'cglue_a, &'cglue_a CGlueT, CGlueCtx>;Expand description
By-ref CGlue trait object for trait Debug with a context.
Aliased Typeยง
pub struct DebugBaseCtxRef<'cglue_a, CGlueT, CGlueCtx> { /* private fields */ }