pub async fn read_any_msg_async<M, R>(
read: &mut AsyncPeekReader<R>,
) -> Result<(MavHeader, M), MessageReadError>
Expand description
Asynchronously read and parse a MAVLink 1 or 2 message from a AsyncPeekReader
.
pub async fn read_any_msg_async<M, R>(
read: &mut AsyncPeekReader<R>,
) -> Result<(MavHeader, M), MessageReadError>
Asynchronously read and parse a MAVLink 1 or 2 message from a AsyncPeekReader
.