Searched refs:get_bin (Results 1 – 3 of 3) sorted by relevance
376 response.metadata().get_bin(key2) == Some(&value2), in custom_metadata()377 format!("result={:?}", response.metadata().get_bin(key1)) in custom_metadata()397 trailers.get_bin(key2) == Some(&value2), in custom_metadata()398 format!("result={:?}", trailers.get_bin(key1)) in custom_metadata()
129 metadata.get_bin(BINARY_NAME).unwrap().to_bytes().unwrap(), in status_with_metadata()
504 pub fn get_bin<K>(&self, key: K) -> Option<&MetadataValue<Binary>> in get_bin() method