vpp-api-message 0.0.1

VPP API message abstract trait
Documentation
1
2
3
pub trait VppApiMessage {
    fn get_message_name_and_crc() -> String;
}