vpp_api_message/
lib.rs

1pub trait VppApiMessage {
2    fn get_message_name_and_crc() -> String;
3}