pub const CAIXA_KIND_LABEL_SERVICO: &str = "servico";Expand description
Canonical human-readable label the M0 crate::CaixaKind::Servico
arm surfaces under crate::CaixaKind::as_str and (routed through
it) std::fmt::Display. Peer of CAIXA_KIND_LABEL_BIBLIOTECA /
CAIXA_KIND_LABEL_BINARIO / CAIXA_KIND_LABEL_SUPERVISOR /
CAIXA_KIND_LABEL_APLICACAO on the same closed
crate::CaixaKind enum surface; see CAIXA_KIND_LABEL_BIBLIOTECA
for the shared lift rationale.
Byte-identical to LAYOUT_MISSING_ENTRY_KIND_SERVICO today (both
resolve to the same seven-byte "servico" scalar) — the pin test
[layout_missing_entry_kind_m0_consts_align_with_caixa_kind_as_str]
(fe2a898) already made the coincidence load-bearing on the sibling
layout-leaf-kind axis. Semantically distinct: this const names the
crate::CaixaKind discriminator’s human-readable form (the
substrate’s canonical :kind Servico label), while
LAYOUT_MISSING_ENTRY_KIND_SERVICO names the per-:servicos-entry
on-disk-leaf existence diagnostic’s categorization label.