pub type WriteBaseCtxBox<'cglue_a, CGlueT, CGlueCtx> = WriteBase<'cglue_a, CBox<'cglue_a, CGlueT>, CGlueCtx>;
Expand description

CtxBoxed CGlue trait object for trait Write with context.

Aliased Type§

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