No, they are not supported. You should use separate struct declarations and regular fields:
struct Foo {}
struct Test {
foo: Foo,
}
No, they are not supported. You should use separate struct declarations and regular fields:
struct Foo {}
struct Test {
foo: Foo,
}