tasm_lib::structure::tasm_object

Trait TasmObjectFieldName

Source
pub trait TasmObjectFieldName {
    // Required method
    fn tasm_object_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 TasmObjectFieldName for &str

Source§

impl TasmObjectFieldName for i32

Implementors§