Struct wasmrs_frames::FrameHeader
source · pub struct FrameHeader {
pub header: Bytes,
}Expand description
Six (6) bytes reserved for FrameHeader information.
Fields§
§header: BytesThe header bytes.
pub struct FrameHeader {
pub header: Bytes,
}Six (6) bytes reserved for FrameHeader information.
header: BytesThe header bytes.