mpris-server
mpris-server copied to clipboard
misc: add default method impls
Closes #6
This is actually not correct. We should not depend on the zbus::interface macro, and implement zbus::Interface on our own.
In implementing zbus::Interface::introspect_to_writer, check if the implementation of methods returns UnknownProperty, and only write that part if it returns Ok.