Trait redis_async::resp::ToRespInteger[][src]

pub trait ToRespInteger {
    fn to_resp_integer(self) -> RespValue;
}

Required methods

Loading content...

Implementations on Foreign Types

impl ToRespInteger for usize[src]

Loading content...

Implementors

Loading content...