pub trait MsgId: Debug {
    fn get_msg_id(&self) -> i32;
}
Expand description

prost type msg id trait

Required Methods

get struct msg id

Implementations on Foreign Types

Implementors