pub trait Message: MessageSpec + IntoPayload { }
Expand description

MAVLink message implementation.

Concrete MAVLink message that knows its specs through MessageSpec and allows to decode itself into Payload via IntoPayload.

Implementors§