Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 24, 2024
1 parent 9a3a30c commit c7f2f18
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,15 @@ fn custom_definition()

//

let got = the_module::ContainerSubformer::< String, Return13 >::new()
.push( "a" )
.push( "b" )
.form();
let exp = 13;
a_id!( got, exp );

//

// // -
//
// fn return_13( _storage : Vec< String >, _context : Option< () > ) -> i32
Expand Down

0 comments on commit c7f2f18

Please sign in to comment.