1pub mod pb { 2 include!("../pb/serverpb.rs"); 3} 4 5pub type OnekeyClient = pb::server_client::ServerClient<tonic::transport::Channel>;