Macro serde_resp::bulk[][src]

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

bulk!(...) is equivalent to RESP::BulkString(Some(...)).