Trait embedded_redis::commands::builder::ToBytesMap
source · pub trait ToBytesMap {
// Required method
fn to_map(&self) -> Option<BTreeMap<Bytes, Bytes>>;
}
Expand description
Trait for converting RESP2 arrays or RESP3 maps