Searched refs:TestService (Results 1 – 4 of 4) sorted by relevance
69 struct TestService {} struct73 impl NamedService for TestService { implementation87 let layered = TimeoutLayer::new(Duration::from_secs(5)).named_layer(TestService::default()); in named_service_is_propagated_to_layered()
18 pub struct TestService {} struct26 impl pb::test_service_server::TestService for TestService { implementation
37 let test_service = server::TestServiceServer::new(server::TestService::default()); in main()
27 service TestService { service