Hi...
I have a situation where I have multi-level vec's...
Like
#[derive(WrappedVec)]
#[CollectionName="StructAVec"]
pub StructA {...}
But I also need "StructAVecVec"
Is there a way to call the macro "directly" ?
Also, I may have some additions to this macro.
Do you take PR's ?
Thanks
JR
Hi...
I have a situation where I have multi-level vec's...
Like
#[derive(WrappedVec)]
#[CollectionName="StructAVec"]
pub StructA {...}
But I also need "StructAVecVec"
Is there a way to call the macro "directly" ?
Also, I may have some additions to this macro.
Do you take PR's ?
Thanks
JR