Home
last modified time | relevance | path

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

/tonic/examples/src/json-codec/
H A Dserver.rs10 use common::{HelloRequest, HelloResponse};
25 ) -> Result<Response<HelloResponse>, Status> { in say_hello() argument
28 let reply = HelloResponse { in say_hello()
H A Dcommon.rs19 pub struct HelloResponse { struct