Constant json_ld_syntax::object::KEY_CAPACITY
source · [−]pub const KEY_CAPACITY: usize = 16; // 16usize
Expand description
Object key stack capacity.
If the key is longer than this value, it will be stored on the heap.
pub const KEY_CAPACITY: usize = 16; // 16usize
Object key stack capacity.
If the key is longer than this value, it will be stored on the heap.