[][src]Trait gluon_vm::api::record::Field

pub trait Field: Default {
    fn name() -> &'static str;

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

Required methods

fn name() -> &'static str

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...