Type Alias NodeString

Source
pub type NodeString = String<{ super::packet::CONTENT_SIZE }>;
Expand description

Type alias for a String with fixed length, that is made to simplify messaging between nodes.

Aliased Typeยง

pub struct NodeString { /* private fields */ }