Type Alias cglue::ext::DisplayCtxBox

source ·
pub type DisplayCtxBox<'cglue_a, CGlueCtx> = DisplayBaseCtxBox<'cglue_a, c_void, CGlueCtx>;
Expand description

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

Aliased Type§

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