pub trait TasmStructFieldName {
// Required method
fn tasm_struct_field_name(&self) -> String;
}
Expand description
Convenience struct for converting between string literals and field name identifiers.
pub trait TasmStructFieldName {
// Required method
fn tasm_struct_field_name(&self) -> String;
}
Convenience struct for converting between string literals and field name identifiers.