Type Alias json_syntax::object::Key
source · pub type Key = SmallString<[u8; 16]>;
Expand description
Object key.
Aliased Type§
struct Key { /* private fields */ }
pub type Key = SmallString<[u8; 16]>;
Object key.
struct Key { /* private fields */ }