Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Apr 23, 2024
1 parent 7f4a5bd commit b31831b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,14 @@ where
pub fn _descriptor_former_set3< Former2, Definition2, Types2 >( self ) ->
Former2
where
Former2 : SubFormerTrait< Self, Definition, Definition2, Types2 >,
Types2 : former::FormerDefinitionTypes
<
Storage = DescriptorFormerStorage,
Formed = Self,
Context = Self,
>,
Definition2 : former::FormerDefinition< Types = Types2, End = ParametersDescriptorAddElementOnEnd< Types2, Definition > >,
Former2 : former::FormerBegin< Definition2 >,
Former2 : SubFormerTrait< Self, Definition, Definition2, Types2 >,
{
Former2::_begin( None, Some( self ), ParametersDescriptorAddElementOnEnd::default() )
}
Expand Down

0 comments on commit b31831b

Please sign in to comment.