Trait TasmStructFieldName

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl TasmStructFieldName for &str

Source§

impl TasmStructFieldName for i32

Implementors§