Move UDA stuff for struct support to separate module

This commit is contained in:
Harry T. Vennik 2017-09-30 15:49:58 +02:00
parent 89c7736ccf
commit 9bbd4a3bbf
3 changed files with 68 additions and 59 deletions

View file

@ -572,6 +572,7 @@ struct Connection {
unittest {
import dunit.toolkit;
import ddbus.attributes : dbusMarshaling, MarshalingFlag;
struct S1 {
private int a;