1 2 3 4 5 6 7 8 9
pub mod common { tonic::include_proto!("common"); } pub mod seabird { tonic::include_proto!("seabird"); } pub use self::common::*; pub use self::seabird::*;