Home
last modified time | relevance | path

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

/tonic/tests/integration_tests/tests/
H A Droutes_builder.rs28 struct Svc2; in multiple_service_using_routes_builder() struct
31 impl test1_server::Test1 for Svc2 { in multiple_service_using_routes_builder() implementation
54 let svc2 = test1_server::Test1Server::new(Svc2); in multiple_service_using_routes_builder()