Generator for factory and instance types
| 22 | |
| 23 | /// Generator for factory and instance types |
| 24 | pub struct FactoryGenerator<'a> { |
| 25 | config: FactoryConfig<'a>, |
| 26 | } |
| 27 | |
| 28 | impl<'a> FactoryGenerator<'a> { |
| 29 | /// Create a new factory generator with the given config. |
nothing calls this directly
no outgoing calls
no test coverage detected