enum AllocWhen [src]

Alias for std.json.scanner.AllocWhen

See the documentation for std.json.Token.

Fields

alloc_if_needed
alloc_always

Source

pub const AllocWhen = enum { alloc_if_needed, alloc_always }