pub trait RedisArg: Sized + ToString { }
Expand description

Defines a redis command argument

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RedisArg for bool

source§

impl RedisArg for f32

source§

impl RedisArg for f64

source§

impl RedisArg for i8

source§

impl RedisArg for i16

source§

impl RedisArg for i32

source§

impl RedisArg for i64

source§

impl RedisArg for i128

source§

impl RedisArg for isize

source§

impl RedisArg for u8

source§

impl RedisArg for u16

source§

impl RedisArg for u32

source§

impl RedisArg for u64

source§

impl RedisArg for u128

source§

impl RedisArg for usize

source§

impl<'a> RedisArg for &'a str

Implementors§