enumstd.json.scanner.AllocWhen[src]

See the documentation for std.json.Token.

Fields

alloc_if_needed
alloc_always

Source Code

Source code
pub const AllocWhen = enum { alloc_if_needed, alloc_always }