pub const FLAG_FIN: u8 = 0b0000_0001;
Bit mask for the FIN flag in StreamFrame::flags (legacy raw u8 form).
StreamFrame::flags