Function read_v2_raw_message_async

Source
pub async fn read_v2_raw_message_async<M: Message, R: AsyncRead + Unpin>(
    reader: &mut AsyncPeekReader<R>,
) -> Result<MAVLinkV2MessageRaw, MessageReadError>
Available on crate feature tokio-1 only.
Expand description

Asynchronously read a raw MAVLink 2 message from a AsyncPeekReader.