pub const LOCALE_TYPES_UNIT: &str = "bynk.locale.types";Expand description
Inside the reserved bynk.* prefix; injected when uses-imported. Also
uses-imported by the bynk adapter itself, to give capability Locale’s
current() -> Effect[LocaleTag] a type to name (an adapter may uses a
commons; a commons cannot in turn reference an adapter). Split out of
bynk.locale (locale-negotiation-slice-2 follow-up, #886) specifically so
a context can reach LocaleTag without also pulling in bynk.locale’s
own render — which previously collided with a message-bundle commons’s
own synthesised render (ADR 0272) the moment a context needed both.