pub trait MsgId {
// Required method
fn get_msg_id(&self) -> i32;
}Expand description
prost type msg id trait
Required Methods§
Sourcefn get_msg_id(&self) -> i32
fn get_msg_id(&self) -> i32
get struct msg id
pub trait MsgId {
// Required method
fn get_msg_id(&self) -> i32;
}prost type msg id trait
get struct msg id