pub type Peer = Vec<u8>;Expand description
There are many instances where a byte
representation of a given struct or enu
is passed through a function or used for something
To make it easier to distinguish what the byte vector
is intending to represent, we have some custom types
used instead of passsing in a Vec
Aliased Typeยง
pub struct Peer { /* private fields */ }