Skip to main content

BoxedFunction

Type Alias BoxedFunction 

Source
pub type BoxedFunction = Function_TO<'static, RBox<()>>;
Expand description

Convenience alias for the boxed function trait object the host works with.

Aliased Type§

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

Fields§

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