pub fn custom_class_definition(
    name: impl Display,
    functions_declaration: impl Display
) -> String
Expand description

Creates a class that maps onto the custom structures with methods that are available in the FFI. The ownership depends on the source from which the object is created.