Trait redis_async::resp::IntoRespInteger[][src]

pub trait IntoRespInteger {
    fn into_resp_integer(self) -> RespValue;
}

Required methods

Implementations on Foreign Types

Implementors