fn main() -> Result<(), Box> { // Compile proto/my_service.proto tonic_build::compile_protos("proto/zgs_grpc.proto")?; Ok(()) }