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

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

Required Methods

Implementations on Foreign Types

impl ToRespInteger for usize
[src]

Implementors