[][src]Trait luaparser::builders::TableEntry

pub trait TableEntry<Expression> {
    fn from_value(value: Expression) -> Self;
fn from_field(field: String, value: Expression) -> Self;
fn from_index(key: Expression, value: Expression) -> Self; }

Required methods

fn from_value(value: Expression) -> Self

fn from_field(field: String, value: Expression) -> Self

fn from_index(key: Expression, value: Expression) -> Self

Loading content...

Implementors

impl TableEntry<Expression> for TableEntry[src]

Loading content...