Trait prost_msg_id::MsgId
source · [−]pub trait MsgId: Debug {
fn get_msg_id(&self) -> i32;
}Expand description
prost type msg id trait
Required Methods
fn get_msg_id(&self) -> i32
fn get_msg_id(&self) -> i32
get struct msg id
pub trait MsgId: Debug {
fn get_msg_id(&self) -> i32;
}prost type msg id trait
get struct msg id