Can not serialize Option<T>
When I try return an Option from a dbus server app I got an runtime error:
Message creation error: Type `m(ss)` is not compatible with `D-Bus` format
The code compiles fine. Any chance to fix or workaround that?
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When I try return an Option from a dbus server app I got an runtime error:
Message creation error: Type `m(ss)` is not compatible with `D-Bus` format
The code compiles fine. Any chance to fix or workaround that?