Trait IntoRespInteger

Source
pub trait IntoRespInteger {
    // Required method
    fn into_resp_integer(self) -> RespValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoRespInteger for usize

Implementors§