[][src]Type Definition full_moon::ast::TableConstructorField

type TableConstructorField<'a> = (Field<'a>, Option<TokenReference<'a>>);

A Field used when creating a table Second parameter is the separator used (, or ;) if one exists