pub trait Flag { // Required method fn bitmask(&self) -> u8; }
A trait that all HTTP/2 frame header flags need to implement.
Returns a bit mask that represents the flag.