Function read_v2_msg_async_signed

Source
pub async fn read_v2_msg_async_signed<M, R>(
    read: &mut AsyncPeekReader<R>,
    signing_data: Option<&SigningData>,
) -> Result<(MavHeader, M), MessageReadError>
where M: Message, R: AsyncRead + Unpin,
Expand description

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