Home
last modified time | relevance | path

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

/tonic/examples/src/json-codec/
H A Dcommon.rs19 pub struct HelloResponse { struct
20 pub message: String,
H A Dserver.rs25 ) -> Result<Response<HelloResponse>, Status> { in say_hello()