[][src]Constant framed::FRAME_END_SYMBOL

pub const FRAME_END_SYMBOL: u8

The frame ends with (and includes) this byte.

Consumers can read encoded data into a buffer until they encounter this value and then use one of the decode_* functions to decode the frame's payload.