former_types 2.38.0

A flexible implementation of the Builder pattern supporting nested builders and collection-specific subformers. Its compile-time structures and traits that are not generated but reused.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! This module contains tests for the `former_types` crate.
include!("../../../../module/step/meta/src/module/aggregating.rs");

#[ allow( unused_imports ) ]
use test_tools ::exposed :: *;
#[ allow( unused_imports ) ]
use former_types as the_module;
#[ allow( unused_imports ) ]
use former_types as former;

#[ cfg( feature = "enabled" ) ]
mod inc;