Macro serde_resp::int[][src]

macro_rules! int {
    ($x:expr) => { ... };
}

int!(...) is equivalent to RESP::Integer(...).