Home
last modified time | relevance | path

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

/tonic/examples/src/blocking/
H A Dclient.rs16 struct BlockingClient { struct
21 impl BlockingClient { argument
42 let mut client = BlockingClient::connect("http://[::1]:50051")?; in main()