pub type BoxDynFrontendContext = FrontendContext_TO<'static, RBox<()>>;Expand description
FFI-safe FrontendContext trait object.
Aliased Type§
struct BoxDynFrontendContext {
pub obj: RObject<'static, RBox<()>, FrontendContext_Interface, VTable_Prefix<(), RBox<()>>>,
/* private fields */
}Fields§
§obj: RObject<'static, RBox<()>, FrontendContext_Interface, VTable_Prefix<(), RBox<()>>>