pub trait Header {
    fn header(&self) -> u8;
}

Required Methods§

Implementations on Foreign Types§

– Priority decorator

The **Priority** is a message decorator containing
informations related to the priority of the frame/zenoh message.

 7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+
| ID  |  Prio   |
+-+-+-+---------+

Implementors§