tiny.preserves.serviceStateRecord
Defined in tiny.preserves.
Builds the record <ServiceState name state> for values whose domain is AnyEmbedded.
Source
Source: lib/preserves/src/root.zig:263
zig
/// Builds the record `<ServiceState name state>` for values whose domain is `AnyEmbedded`. Code/// that reports a service's state calls it for a record with its label spelled once, in `symbols`./// The label is a new copy of the symbol `ServiceState`. The record takes ownership of `name` and/// `state`, so `Value.deinit` frees the record with both. On `error.OutOfMemory` the call frees/// what it allocated, and the caller still owns `name` and `state`.pub const serviceStateRecord = any_records.serviceStateRecord;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |