Skip to content

Add macro that can call any method of a spa interface.

Tom Wagner requested to merge (removed):spa_interface_call_method_macro into master

I made a macro that takes care of the boilerplate of calling a method on spa interfaces.
I think this makes the already existing code in core_.rs much nicer, and will also find much use when implementing other things like the registry.

Merge request reports