Home
last modified time | relevance | path

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

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