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

pub trait FieldValues: HList {
    type Type: Any;
    fn field_values(vm: &Thread, fields: &mut Vec<Field<Symbol, ArcType>>);
}

Associated Types

type Type: Any

Loading content...

Required methods

fn field_values(vm: &Thread, fields: &mut Vec<Field<Symbol, ArcType>>)

Loading content...

Implementations on Foreign Types

impl FieldValues for HNil[src]

impl<F: Field, H: VmType, T> FieldValues for HCons<(F, H), T> where
    T: FieldValues,
    H::Type: Sized
[src]

type Type = HCons<(&'static str, H::Type), T::Type>

Loading content...

Implementors

Loading content...