-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think the main issue here is with maybe types m…. This could be solved by using a separate DbusOption type that is represented by a…. But I would prefer if there was an option for the derive macro to do this with std Options instead.
Another thing is that many D-Bus APIs use a{sv} a lot to be extendible. Therefore, it would be nice if this representation could be derived from struct S { x: Option<A>, y: Option<B> }. I think something similar is already supported for enums.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request