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

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

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

Required Methods

Provided Methods

Implementors