Struct tdengine::RedisWrapperResult [] [src]

pub struct RedisWrapperResult(pub RedisResult<Value>);

Trait Implementations

impl LuaPush for RedisWrapperResult
[src]

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