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 9c19109 commit 63bd1fb
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions module/core/former/tests/inc/former_tests/subformer_basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,19 +438,17 @@ where

//

pub struct ContainerAddElement< /*SuperDefinition,*/ SuperContainer, Element, SubFormed >
( core::marker::PhantomData< fn( /*SuperDefinition,*/ SuperContainer, Element, SubFormed ) > );
pub struct ContainerAddElement< SuperContainer, Element, SubFormed >
( core::marker::PhantomData< fn( SuperContainer, Element, SubFormed ) > );

impl
<
// SuperDefinition,
SuperContainer,
Element,
SubFormed,
>
ContainerAddElement
<
// SuperDefinition,
SuperContainer,
Element,
SubFormed,
Expand All @@ -464,7 +462,6 @@ ContainerAddElement

impl
<
// SuperDefinition,
SuperFormer,
SuperContainer,
Element,
Expand All @@ -483,17 +480,11 @@ former::FormingEnd
>
for ContainerAddElement
<
// SuperDefinition,
SuperContainer,
Element,
SubFormed,
>
where

// SuperDefinition : former::FormerDefinitionTypes,
// SuperDefinition::Storage : FormerStorageExtractContainer< SuperContainer >,

// SuperFormer : FormerExtractStorage< Storage = SuperDefinition::Storage >,
SuperFormer : FormerExtractStorage<>,
< SuperFormer as FormerExtractStorage >::Storage : FormerStorageExtractContainer< SuperContainer >,
SuperContainer : former::ContainerAdd< Element = Element >,
Expand Down

0 comments on commit 63bd1fb

Please sign in to comment.