//! This module implements the `message_type` getter for all protobuf message types.
use crate;
/// Extends the protobuf Message trait to also have a static getter for the message
/// type code.
/// This macro provides the TrezorMessage trait for a protobuf message.
include!;