Skip to main content

Module factory

Module factory 

Source
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§

DefaultFactory
The built-in Factory: scalars, core collections, and class stubs.

Traits§

Factory
Constructs runtime Values from kernel data.