Skip to content

Commit

Permalink
former : solve problem with container interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 7, 2024
1 parent 58445e6 commit 10cd231
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,6 @@ where
<
< collection_tools::HashSet< String > as former::EntityToDefinitionTypes< Self, Self > >::Types
>,

// Struct1FormerAssignHashset1End< Definition > : former::FormingEnd
// <
// former::HashSetDefinitionTypes< String, Struct1Former< Definition >, Struct1Former< Definition > >
// >,
{
Former2::former_begin( None, Some( self ), Struct1FormerAssignHashset1End::< Definition >::default() )
}
Expand All @@ -519,11 +514,6 @@ where
<
< collection_tools::HashSet< String > as former::EntityToDefinitionTypes< Self, Self > >::Types
>,

// Struct1FormerAssignHashset1End< Definition > : former::FormingEnd
// <
// former::HashSetDefinitionTypes< String, Struct1Former< Definition >, Struct1Former< Definition > >,
// >,
{
self._hashset_1_assign::< former::ContainerSubformer::
<
Expand All @@ -532,8 +522,6 @@ where
> > ()
}

// xxx

}

impl< Definition, > Struct1Former< Definition, >
Expand All @@ -548,7 +536,6 @@ where
}
}

#[automatically_derived]
impl< Definition, > Struct1Former< Definition, >
where
Definition : former::FormerDefinition,
Expand Down Expand Up @@ -656,8 +643,6 @@ where
// }
// }

#[doc =
"Callback to return original former after forming of container for `$Struct1` is done.#\n\nCallback replace content of container assigning new content from subformer's storage."]
pub struct Struct1FormerAssignHashmap1End<Definition>
{
_phantom : core::marker::PhantomData<(Definition,)>,
Expand Down

0 comments on commit 10cd231

Please sign in to comment.