Trait rosrust::Message [] [src]

pub trait Message: Decodable + Encodable + Send + 'static {
    fn msg_definition() -> String;
    fn md5sum() -> String;
    fn msg_type() -> String;
}

Required Methods

Implementors