Constant FRAMED_HIGHLIGHT_LENGTH
pub const FRAMED_HIGHLIGHT_LENGTH: usize = 2;Expand description
Length on the wire of a framed highlight message: the tag byte plus a
single-byte boolean payload (0 = not highlighted, 1 = highlighted).