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

Required Methods§

Implementations on Foreign Types§

Implementors§