bulk

Macro bulk 

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

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