Struct tdengine::LuaWrapperTableValue [] [src]

pub struct LuaWrapperTableValue(pub Vec<Value>);

Trait Implementations

impl LuaPush for LuaWrapperTableValue
[src]

Pushes the value on the top of the stack. Read more