Home
last modified time | relevance | path

Searched refs:custom_metadata (Results 1 – 2 of 2) sorted by relevance

/tonic/interop/src/bin/
H A Dclient.rs84 client::custom_metadata(&mut client, &mut test_results).await in main()
/tonic/interop/src/
H A Dclient.rs343 pub async fn custom_metadata(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in custom_metadata() function