Expand description
The factory contract: constructing runtime objects from data.
This is protocol the libraries implement; the kernel defines the Factory
trait and a default factory, not the concrete construction behavior.
Structs§
- Default
Factory - The built-in
Factory: scalars, core collections, and class stubs.