#[derive(TasmObject)]
{
// Attributes available to this derive:
#[tasm_object]
}
Expand description
Derives both, TasmObject
and TasmStruct
for structs.
#[derive(TasmObject)]
{
// Attributes available to this derive:
#[tasm_object]
}
Derives both, TasmObject
and TasmStruct
for structs.