Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 3 of 3) sorted by relevance

/tonic/tests/web/tests/
H A Dgrpc_web.rs139 let mut body = body.collect().await.unwrap().to_bytes(); in decode_body()
/tonic/tests/integration_tests/tests/
H A Dstatus.rs129 metadata.get_bin(BINARY_NAME).unwrap().to_bytes().unwrap(), in status_with_metadata()
/tonic/tonic/src/metadata/
H A Dvalue.rs129 pub fn to_bytes(&self) -> Result<Bytes, InvalidMetadataValueBytes> { in to_bytes() method
620 match self.to_bytes() { in hash()