pub type LowerHexCtxRef<'cglue_a, CGlueCtx> = LowerHexBaseCtxRef<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque by-ref CGlue trait object for trait LowerHex with a context.

Aliased Type§

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