Searched refs:HelloResponse (Results 1 – 2 of 2) sorted by relevance
10 use common::{HelloRequest, HelloResponse};25 ) -> Result<Response<HelloResponse>, Status> { in say_hello() argument28 let reply = HelloResponse { in say_hello()
19 pub struct HelloResponse { struct