Open TheButlah opened 2 years ago
It would be cool if we could tag things like this:
#[derive_ReprC] #[ReprC::opaque] pub type ContractDataHandle = arena::Index<ContractData>;
Any ideas how that would work? Would I still need to tag arena::Index with #[ReprC]?
arena::Index
#[ReprC]
It would be cool if we could tag things like this:
Any ideas how that would work? Would I still need to tag
arena::Index
with#[ReprC]
?