pub trait FieldValues: HList {
    type Type: Any;

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

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors