junobuild_satellite

Type Alias Key

Source
pub type Key = String;
Expand description

Represents a unique identifier or key.

This type, Key, is an alias for String, used to represent unique identifiers or keys within the context of various data structures and operations.

Key is commonly employed as a unique identifier or key in Rust code.

Aliased Typeยง

struct Key { /* private fields */ }