Function scylla_cql::frame::types::write_bytes_map

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