Type Alias cglue::ext::core::fmt::cglue_debug::DebugCtxBox

source ·
pub type DebugCtxBox<'cglue_a, CGlueCtx> = DebugBaseCtxBox<'cglue_a, c_void, CGlueCtx>;
Expand description

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

Aliased Type§

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