Skip to content

Commit

Permalink
former : evolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 20, 2024
1 parent eab438d commit bc4b2e5
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion module/core/former/tests/inc/former_tests/subformer_shortcut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ where
<
Self,
Self,
former::FormingEndClosure< TemplateParameterDescriptorFormerDefinitionTypes< Self, Self > >
impl TemplateParameterDescriptorSubformerEnd< Self >,
// former::FormingEndClosure< TemplateParameterDescriptorFormerDefinitionTypes< Self, Self > >,
>
>
{
Expand All @@ -103,6 +104,28 @@ where
.name( name )
}

// pub fn descriptor2( self, name : &str ) ->
// TemplateParameterDescriptorFormer
// <
// TemplateParameterDescriptorFormerDefinition
// <
// Self,
// Self,
// impl TemplateParameterDescriptorSubformerEnd< K, Self >
// // former::FormingEndClosure< TemplateParameterDescriptorFormerDefinitionTypes< Self, Self > >,
// >
// >
// // former::ContainerSubformer::
// // <
// // String, former::VectorDefinition< String, Self, Self, Struct1FormerVec1End >
// // >
// {
// self.descriptors_set::< former::ContainerSubformer::
// <
// String, former::VectorDefinition< String, Self, Self, TemplateParametersFormerDescriptorsEnd >
// >>()
// }

}

#[ test ]
Expand Down

0 comments on commit bc4b2e5

Please sign in to comment.