pub type JumperBytes = ArrayVec<u8, MAX_JUMPER_LEN>;
a type alias for the bytes of a jumper.
pub struct JumperBytes { /* private fields */ }