Skip to main content

Function_Backend

Type Alias Function_Backend 

Source
pub type Function_Backend<'lt, _ErasedPtr> = RObject<'lt, _ErasedPtr, Function_Interface, VTable_Prefix<(), _ErasedPtr>>;
Expand description

An alias for the underlying implementation of Function_TO.

Aliased Typeยง

pub struct Function_Backend<'lt, _ErasedPtr> { /* private fields */ }