#[ allow( unused_imports ) ]
use super :: *;
#[ allow( unused_imports ) ]
use component_model :: { Assign, AssignWithType };
#[ derive( Debug,
Default,
PartialEq,
the_module ::ComponentFrom,
the_module ::Assign,
the_module ::ComponentsAssign,
the_module ::FromComponents, ) ]
pub struct Options1
{
field1: i32,
field2: String,
field3: f32,
}
#[ derive( Debug,
Default,
PartialEq,
the_module ::ComponentFrom,
the_module ::Assign,
the_module ::ComponentsAssign,
the_module ::FromComponents, ) ]
pub struct Options2
{
field1: i32,
field2: String,
}
include!("./only_test/composite.rs");