Type Alias embedded_nano_mesh::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§

struct NodeString { /* private fields */ }