Type Alias ServiceBox

Source
pub type ServiceBox = ServiceStable_TO<'static, RBox<()>>;
Expand description

Final safe service trait object type. Can be used on both sides of ABI.

Aliased Type§

#[repr(transparent)]
pub struct ServiceBox { pub obj: RObject<'static, RBox<()>, ServiceStable_Interface, VTable_Prefix<(), RBox<()>>>, /* private fields */ }

Fields§

§obj: RObject<'static, RBox<()>, ServiceStable_Interface, VTable_Prefix<(), RBox<()>>>