Trait gluon_vm::api::record::Field

source ·
pub trait Field: Default {
    // Required method
    fn name() -> &'static str;

    // Provided method
    fn args() -> &'static [&'static str] { ... }
}

Required Methods§

source

fn name() -> &'static str

Provided Methods§

source

fn args() -> &'static [&'static str]

Object Safety§

This trait is not object safe.

Implementors§