Files
tonic/tests/included_service/src/lib.rs
T

9 lines
306 B
Rust

pub mod pb {
tonic::include_proto!("includer");
}
// Ensure that an RPC service, defined before including a file that defines
// another service in a different protocol buffer package, is not incorrectly
// cleared from the context of its package.
type _Test = dyn pb::top_service_server::TopService;