Function read_v1_msg_async

Source
pub async fn read_v1_msg_async<M, R>(
    r: &mut AsyncPeekReader<R>,
) -> Result<(MavHeader, M), MessageReadError>
where M: Message, R: AsyncRead + Unpin,
Expand description

Asynchronously read and parse a MAVLink 1 message from a AsyncPeekReader.