Function scylla::frame::types::write_bytes_map[][src]

pub fn write_bytes_map<B>(
    v: &HashMap<String, B>,
    buf: &mut impl BufMut
) -> Result<(), ParseError> where
    B: AsRef<[u8]>,