pub fn wire_decoder_registry() -> &'static HashMap<u64, fn(&[u8]) -> Result<Box<dyn SlotValue>, SlotValueError>>
Startup-built type_hash → WireDecodeFn map used by CompositeValue’s wire codec to materialise typed children.
type_hash → WireDecodeFn
CompositeValue