[][src]Function f1_api::nineteen::lap::decode_lap_data

pub fn decode_lap_data(
    cursor: &mut Cursor<&mut BytesMut>
) -> Result<LapPacket, Error>

Decode a lap data packet sent by F1 2019

F1 2018 and F1 2019 publish the same data in their lap data packets, but with different packet headers.