Struct tdengine::LuaWrapperVecValue [] [src]

pub struct LuaWrapperVecValue(pub Vec<Value>);

Trait Implementations

impl LuaPush for LuaWrapperVecValue
[src]

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