pub type NodeString = String<{ super::packet::CONTENT_SIZE }>;
Type alias for a String with fixed length, that is made to simplify messaging between nodes.
pub struct NodeString { /* private fields */ }