// SPDX-License-Identifier: MIT
// Copyright 2023 IROX Contributors
//useirox_structs::Struct;pubconstMAX_FRAME_LEN:usize=(1<<24)-1;#[derive(Struct)]pubstructH2Frame{publen:u32,
pubty:u8,
pubflags:u8,
// reserved is the upper bit of the stream identifier and will always be '0'
// pub reserved: bool,
pubstream_identifier:u32,
pubpayload:Vec<u8>,
}