Skip to main content

TasmStructFieldName

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl TasmStructFieldName for &str

Source§

impl TasmStructFieldName for i32

Implementors§